Path to this page:
./
wip/nanoget,
Extract information from Oxford Nanopore sequencing data
Branch: CURRENT,
Version: 1.16.1.20210320,
Package name: nanoget-1.16.1.20210320,
Maintainer: pkgsrc-usersNanoget 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.
Master sites:
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2021-06-08) Package added to pkgsrc.se, version nanoget-1.16.1.20210320 (created)