Description: Report statistics about a library.
Usage:
BlibStats [options] <library filename> <output filename>
Input:
- <library filename> - the library for which statistics will be reported
- <output filename> - file to which results are printed
Output: A text file with summary statistics of the library: the total number of spectra, the number of unique ions, the number of unique sequences, and the minimum and maximum precursor m/z. There is an option to also print information about each spectrum: the unique id number, scan number, m/z, charge state, annotation, redundancy (from filtering), sequence, and sequence modifications..
Options:
-l, --long
- in addition to summary statistics, list every spectrum in the library with its ID number, charge, sequence, curation level, and precursor m/z.-v, --verbose <0|1|2|3>
- Set the verbosity level of the output to stderr. Default is 2.