News and Announcements » |
Description:
Given an otu table, 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
Example:
Calculate statistics on an OTU table (otu_table.txt)
per_library_stats.py -i otu_table.txt
Example appending results to mapping file:
Calculate statistics on an OTU table (otu_table.txt)
per_library_stats.py -i otu_table.txt -m old_map.txt -o new_map.txt