MRMMapper maps measured chromatograms (mzML) and the transitions used (TraML).
potential predecessor tools | MRMMapper | potential successor tools |
FileFilter | OpenSwathAnalyzer | |
MRMTransitionGroupPicker |
This tool reads an mzML containing chromatograms (presumably measured on an SRM instrument) and a TraML file that contains the data that was used to generate the instrument method to measure said data. It then maps the transitions in the TraML file to the chromatograms found in the mzML file and stores the mapping by replacing the "id" parameter in the mzML with the "id" of the transition in the TraML file. It removes chromatograms for which it cannot find a mapping and throws an error if more than one transitions maps to a chromatogram. In strict mode (default) it also throws an error it not all chromatograms are found in the TraML file.
The thus mapped mzML file can then be used in a downstream analysis.
The command line parameters of this tool are:
MRMMapper -- MRMMapper maps measured chromatograms (mzML) and the transitions used (TraML) Version: 2.3.0 Jan 9 2018, 17:46:23, Revision: 38ae115 Usage: MRMMapper <options> Options (mandatory options marked with '*'): -in <file>* Input file containing chromatograms (converted mzXML file) (valid formats: 'mzML') -tr <file>* Transition file (valid formats: 'TraML') -out <file>* Output file containing mapped chromatograms (valid formats: 'mzML') -precursor_tolerance <double> Precursor tolerance when mapping (in Th) (default: '0.1') -product_tolerance <double> Product tolerance when mapping (in Th) (default: '0.1') -no-strict Run in non-strict mode and allow some chromatograms to not be mapped. -allow_multiple_mappings Allow multiple mappings (will take the last matching from the TraML) 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 (default: '1') -write_ini <file> Writes the default configuration file --help Shows options --helphelp Shows all options (including advanced)
The algorithm parameters for the Analyzer filter are:
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:06 using doxygen 1.8.13 |