[ 原始碼: python-nanoget ]
套件:python3-nanoget(1.19.3-1)
python3-nanoget 的相關連結
Debian 的資源:
下載原始碼套件 python-nanoget:
- [python-nanoget_1.19.3-1.dsc]
- [python-nanoget_1.19.3.orig.tar.xz]
- [python-nanoget_1.19.3-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
extract information from Oxford Nanopore sequencing data and alignments
The Python3 module nanoget provides functions to extract useful metrics from Oxford Nanopore sequencing reads and alignments.
Data can be presented in the following formats, using the following functions:
* sorted bam file process_bam(bamfile, threads) * standard fastq file process_fastq_plain(fastqfile, 'threads') * fastq file with metadata from MinKNOW or Albacore process_fastq_rich(fastqfile) * 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.
其他與 python3-nanoget 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-biopython
- Python3 library for bioinformatics
-
- dep: python3-nanomath
- simple math function for other Oxford Nanopore processing scripts
-
- dep: python3-numpy
- Fast array facility to the Python language (Python 3)
-
- dep: python3-pandas (>= 2.0.0)
- data structures for "relational" or "labeled" data
-
- dep: python3-pysam
- interface for the SAM/BAM sequence alignment and mapping format (Python 3)