OpenMS
2.7.0
|
Corrects the precursor entries of MS/MS spectra, by using MS1 information.
pot. predecessor tools | PrecursorMassCorrector | pot. successor tools |
- | MascotAdapter (or other ID engines) |
This tool corrects the m/z entries of MS/MS spectra by using MS1 information. Therefore, MS1 spectra must be supplied as profile mode spectra. The isotope distribution of the peptide in the MS1 level information are then used to determine the exact position of the monoisotopic peak. If no isotope distribution can be found the original entry is kept. As a side effect of determining the exact position of the monoisotopic peak is that the charge state is also annotated.
This implementation uses the isotopewavelet featurefinder and sets the monoisotopic peak (and the charge) to the nearest feature.
The command line parameters of this tool are:
PrecursorMassCorrector -- Corrects the precursor entries of MS/MS spectra, by using MS1 information. Full documentation: http://www.openms.de/doxygen/release/2.7.0/html/TOPP_PrecursorMassCorrector.html Version: 2.7.0 Sep 13 2021, 20:58:47, Revision: 9110e58 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: PrecursorMassCorrector <options> Options (mandatory options marked with '*'): -in <file>* Input mzML file containing the spectra. (valid formats: 'mzML') -out <file>* Output mzML file. (valid formats: 'mzML') -feature_in <file> Input featureXML file, containing features; if set, the MS/MS spectr a precursor entries will be matched to the feature m/z values if possible. (valid forma ts: 'featureXML') -precursor_mass_tolerance <tolerance> Maximal deviation in Th which is acceptable to be corrected; this value should be set to the instruments selection window. (defa ult: '1.5' min: '0.0') 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: