News and Announcements » |
Description:
Given an otu table in BIOM format, compute and print the (min, max, median, mean) number of seqs per library.
Usage: per_library_stats.py [options]
Input Arguments:
Note
[REQUIRED]
[OPTIONAL]
Output:
The resulting statistics are written to stdout. If -m is passed, a new mapping file is written to the path specified by -o, in addition to the statistics written to stdout
Write to standard out:
Calculate statistics on an OTU table
per_library_stats.py -i otu_table.biom
Write to standard out and edit mapping file:
Calculate statistics on an OTU table and add sequence/sample count data to mapping file.
per_library_stats.py -i otu_table.biom -m Fasting_Map.txt -o map.txt