MRMConvert converts MRM mass spectrometry data (e.g. from a triplequad MS) into a liquid-chromatography mass spectrometry (LC-MS)-like format. MRMConvert enables to employ existing tools for LC-MS data analysis for MRM MS data.
The workflow is being developed by Alexandrov Team at EMBL Heidelberg (contact information).
Developer: Ivan Protsyuk
Principal investigator: Theodore Alexandrov
For each reaction in an MRM experiment, the original data contains the m/z value of a precursor ion and the sequence of m/z-intensity pairs, corresponding to the m/z value of a fragment being monitored and its intensity in a particular scan. The conversion procedure, implemented in the workflow, considers every reaction and constructs an ion chromatogram for the precursor ion using intensities of the fragment ion. All reactions from a single MRM experiment are processed this way and saved into a single mzML file. The algorithm is implemented as a KNIME workflow and can be downloaded from this repository. The workflow was tested on data acquired with Thermo Fischer Triple Quadrupole instrument. Unexpected issues may arise when using it with data from other instruments.
The main functional part of the workflow is encapsulated in a single node Convert MRM to MS1
. In its configuration dialog, you can find the Precursor count
parameter, which should be set according to your MRM data acquisition settings. By default, it is set to 126
meaning that the conversion procedure will split the sequence of MRM scans into groups of 126 scans each and produce one MS1 spectrum for every group. These spectra will be merged into an LC-MS data file in mzML format.
Only 64-bit operating systems are supported; MS Windows, Linux or Apple macOS. A workstation should provide a level of performance sufficient to run KNIME Analytics plaform and Python interpreter.
Note that the workflow makes use of multiple CPU cores to parallelize the conversion procedure.
In order to run the workflow, you will need to have KNIME Analytics platform and Python 2.7 interpreter installed.
Find the installation instructions in the Optimus worfklow repository, which also runs within KNIME environment.
The content of this project is licensed under the Apache 2.0 licence, see the LICENSE file in this repository.