Functions to extract information from Oxford Nanopore sequencing data and alignments.
Project description
nanoget
This module provides functions to extract useful metrics from Oxford Nanopore sequencing reads and alignments.
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
conda install -c bioconda nanoget
Copyright: 2016-2020 Wouter De Coster decosterwouter@gmail.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nanoget-1.19.1.tar.gz
(24.5 kB
view details)
File details
Details for the file nanoget-1.19.1.tar.gz
.
File metadata
- Download URL: nanoget-1.19.1.tar.gz
- Upload date:
- Size: 24.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14f4883a995503dbae757b55cb42fcb4430c58ce2201b79abd4e8e0e3d10ca18 |
|
MD5 | 33a653b16ea0b808be26a72cc08d14a9 |
|
BLAKE2b-256 | 986d5a37bfd6f1203739c05ad69ccb81406f7044cf971217dbbffb290dee1eb5 |