[ 源代码: python-nanomath ]
软件包:python3-nanomath(1.2.1+ds-1)
python3-nanomath 的相关链接
Debian 的资源:
下载源码包 python-nanomath:
- [python-nanomath_1.2.1+ds-1.dsc]
- [python-nanomath_1.2.1+ds.orig.tar.xz]
- [python-nanomath_1.2.1+ds-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
simple math function for other Oxford Nanopore processing scripts
This Python3 module provides a few simple math and statistics functions for other scripts processing Oxford Nanopore sequencing data.
* Calculate read N50 from a set of lengths get_N50(readlenghts) * Remove extreme length outliers from a dataset remove_length_outliers(dataframe, columname) * Calculate the average Phred quality of a read ave_qual(qualscores) * Write out the statistics report after calling readstats function write_stats(dataframe, outputname) * Compute a number of statistics, return a dictionary calc_read_stats(dataframe)
其他与 python3-nanomath 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-deprecated
- Python decorator for old classes, functions or methods
-
- dep: python3-numpy
- Fast array facility to the Python language (Python 3)
-
- dep: python3-pandas
- data structures for "relational" or "labeled" data