![]() |
OpenMS
|
Generates an mzTab file from various sources of a pipeline (mainly a ConsensusXML) which can be used for QC plots (e.g. via the R package 'PTXQC').
| pot. predecessor tools | → QualityControl → | pot. successor tools |
|---|---|---|
| FeatureLinkerUnlabeledKD (or FLs; for consensusXML) | PTX-QC | |
| IDMapper (for featureXMLs) | ||
| InternalCalibration |
See TOPP_example_qualitycontrol for details.
The command line parameters of this tool are:
QualityControl -- Computes various QC metrics from many possible input files (only the consensusXML is requir
ed). The more optional files you provide, the more metrics you get.
Full documentation: http://www.openms.de/doxygen/release/3.0.0/html/TOPP_QualityControl.html
Version: 3.0.0 Jul 14 2023, 11:57:33, Revision: be787e9
To cite OpenMS:
+ Rost HL, Sachsenberg T, Aiche S, Bielow C et al.. OpenMS: a flexible open-source software platform for
mass spectrometry data analysis. Nat Meth. 2016; 13, 9: 741-748. doi:10.1038/nmeth.3959.
Usage:
QualityControl <options>
Options (mandatory options marked with '*'):
-in_cm <file>* ConsensusXML input, generated by FeatureLinker. (valid formats: 'con
sensusXML')
-in_raw <files> MzML input (after InternalCalibration, if available) (valid formats:
'mzML')
-in_postFDR <files> FeatureXMLs after FDR filtering (valid formats: 'featureXML')
-out <file> Output mzTab with QC information (valid formats: 'mzTab')
-out_cm <file> ConsensusXML with QC information (as metavalues) (valid formats:
'consensusXML')
-out_feat <files> FeatureXMLs with QC information (as metavalues) (valid formats: 'fea
tureXML')
Fragment Mass Error settings:
-FragmentMassError:unit <unit> Unit for mass tolerance. 'auto' uses information from FeatureXML
(default: 'auto') (valid: 'auto', 'ppm', 'da')
-FragmentMassError:tolerance <double> M/z search window for matching peaks in two spectra (default: '20.0'
)
-in_contaminants <file> Proteins considered contaminants (valid formats: 'fasta')
-in_fasta <file> FASTA file used during MS/MS identification (including decoys). If
the protein description contains 'GN=...' then gene names will be
extracted (valid formats: 'fasta')
-in_trafo <file> TrafoXMLs from MapAligners (valid formats: 'trafoXML')
MS2 ID Rate settings:
-MS2_id_rate:assume_all_target Forces the metric to run even if target/decoy annotation is missing
(accepts all pep_ids as target hits).
-out_evd <Path> If a Path is given, a MQEvidence txt-file will be created in this
directory. If the directory does not exist, it will be created as
well.
-out_msms <Path> If a Path is given, a MQMsms txt-file will be created in this direct
ory. If the directory does not exist, it will be created as well.
Common TOPP options:
-ini <file> Use the given TOPP INI file
-threads <n> Sets the number of threads allowed to be used by the TOPP tool (defa
ult: '1')
-write_ini <file> Writes the default configuration file
--help Shows options
--helphelp Shows all options (including advanced)
INI file documentation of this tool: