Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.
/ nanomath Public archive

A few simple math function for other Oxford Nanopore processing scripts

License

Notifications You must be signed in to change notification settings

wdecoster/nanomath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nanomath - DEPRECATED

AS OF 2024-06-20, THIS REPOSITORY IS DEPRECATED. ITS CODE IS INTEGRATED INTO NANOPLOT.

This module provides a few simple math and statistics functions for other scripts processing Oxford Nanopore sequencing data

Twitter URL install with conda install with Debian

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)

As of v1.3.0, nanomath calculates the average quality differently, by first converting per-read phred scale averages to error rates, take the average, and converting back (nanostat#40)

INSTALLATION

pip install nanomath

or
install with conda

conda install -c bioconda nanomath

CONTRIBUTORS

@alexomics for fixing the indentation of the printed stats

CITATION

If you use this tool, please consider citing our publication.

About

A few simple math function for other Oxford Nanopore processing scripts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages