Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nanoget

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nanoget

Functions to extract information from Oxford Nanopore sequencing data and alignments.

  • 1.19.3
  • PyPI
  • Socket score

Maintainers
1

nanoget

This module provides functions to extract useful metrics from Oxford Nanopore sequencing reads and alignments.

Twitter URL install with conda

FUNCTIONS

Data can be presented in the following formats, using the following functions:

  • A sorted bam file process_bam(bamfile, threads)
  • A standard fastq file process_fastq_plain(fastqfile, 'threads')
  • A fastq file with metadata from MinKNOW or Albacore process_fastq_rich(fastqfile)
  • A sequencing_summary file generated by Albacore process_summary(sequencing_summary.txt, 'readtype')

Fastq files can be compressed using gzip, bzip2 or bgzip. The data is returned as a pandas DataFrame with standardized headernames for convenient extraction. The functions perform logging while being called and extracting data.

INSTALLATION

pip install nanoget

or
install with conda

conda install -c bioconda nanoget

Copyright: 2016-2020 Wouter De Coster decosterwouter@gmail.com

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc