This application is used to provide data export from raw, id and feature data files generated via TOPP pipelines. It is intended to provide tables that can be read into R where QC metrics will be calculated.
The command line parameters of this tool are:
QCCalculator -- produces table data dedicted for R import. These data is produced based on mzML, featureXMl and/ or idXML files
Version: 1.10.0 Mar 7 2013, 08:30:22, Revision: unknown
Usage:
QCCalculator <options>
Options (mandatory options marked with '*'):
-in <file>* Raw data input file (this is relevant if you want to look at MS1, MS2 and prec
ursor peak information) (valid formats: 'mzML')
-out <file>* Your qcML file. (valid formats: 'qcML')
-id <file> Input idXML file containing the identifications. Your identifications will be
exported in an easy-to-read format (valid formats: 'idXML')
-feature <file> Feature input file (this is relevant for most QC issues) (valid formats: 'feat
ureXML')
-consensus <file> Consensus input file (this is only used for charge state deconvoluted output.
Use the consensusXML output form the DeCharger) (valid formats: 'consensusXML'
)
-remove_duplicate_features This flag should be set, if you work with a set of merged features.
-MS1 This flag should be set, if you want to work with MS1 stats.
-MS2 This flag should be set, if you want to work with MS2 stats.
Common UTIL options:
-ini <file> Use the given TOPP INI file
-threads <n> Sets the number of threads allowed to be used by the TOPP tool (default: '1')
-write_ini <file> Writes the default configuration file
--help Shows options
--helphelp Shows all options (including advanced)
INI file documentation of this tool:
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:47 using doxygen 1.7.1 |