View an annotated screen shot of MRMer, here
View an image of MRMer with precursor chromatograms, here
Structure of a Transition Definition File
Transition definition files provide information to MRMer over and above the information provided in the mzXML file. They are particularly useful in SILAC and AQUA analyses.
A transition definition file is placed in the same directory as its associated mzXML file. It has the same base name as the mzXML file with the extension: ".transition.tsv". It looks like this:
Line 1: Transition definition file<TAB>Version 0.1
Line 2: <Name of the mzXML (name and extension; no path)>
Line 3: <Comment. Any text you like. It will appear on the top of the MRMer screen>
Lines 4 onward Five tab-separated fields:
- <Precursor Peptide><TAB>
- <Precursor M/Z><TAB>
- <Product M/Z><TAB>
- <L or H for 'Low' or 'High' label><TAB>
- <Numeric code linking L or H pairs; Both heavy and light reaction pairs get the same code>
The first three lines are required, although the second two may be blank. Any field may be blank on the remaining data lines. Trailing blank fields may be omitted. The lines in the transition definition file are matched to transitions inferred by MRMer by matching the precursor and product M/Z values to the inferred precursor and producted M/Z values within a tolerance of precursor_tolerance and product_tolerance, respectively. If no match is found, MRMer ignores the information for that line in the transition definition file.
Here is an example:
Transition definition file Version: 0.1
QP20071218_SILAC_1_4_08.mzXML
154 SILAC pairs 1:4
TANDVLTIR 501.778 830.474 L 1
TANDVLTIR 506.7821345 840.482269 H 1
YHIEEEGSR 560.2523 819.3851 L 7
YHIEEEGSR 565.2564345 829.393369 H 7
YHIEEEGSR 560.2523 706.3009 L 8
YHIEEEGSR 565.2564345 716.309169 H 8
LLSEEALPAIR 606.3526 640.4174 L 9
LLSEEALPAIR 611.3567345 650.425669 H 9
LLSEEALPAIR 606.3526 569.3754 L 10
LLSEEALPAIR 611.3567345 579.383669 H 10
LLSEEALPAIR 606.3526 769.4587 L 11
LLSEEALPAIR 611.3567345 779.466969 H 11