Path to this page:
./
wip/nanomath,
Math functions for other Oxford Nanopore processing scripts
Branch: CURRENT,
Version: 1.2.1.20210604,
Package name: nanomath-1.2.1.20210604,
Maintainer: pkgsrc-usersThis module provides a few simple math and statistics functions for
other scripts processing Oxford Nanopore sequencing data
## Functions
* 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)`
If you use this tool, please consider citing our publication:
https://academic.oup.com/bioinformatics/advance-article/doi/10.1093/bioinformatics/bty149/4934939.
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 nanomath-1.2.1.20210604 (created)