residue, modification mass

Syntax

The value of this parameter is an ASCII string, of the format M1@X1,M2@X2,..., Mn@Xn

where Mi is a floating point number (modification mass in Daltons) and Xi is a single letter abbreviation for a type of amino acid residue.

Notes

  1. No error is produced if a non-standard amino acid abbreviation is used.
  2. If a residue type is listed more than once, the last instance of the residue is used to set the modification.
  3. Both positive and negative modification masses may be used.

Description

In the course of isolating a protein and generating peptides for use in protein identification experiments, it is often necessary to treat the protein sample with reagents that will modify all of the residues of a particular type. Commonly, cysteine residues are modified to disrupt and prevent the reformation of disulphide bonds. Additionally, other residues may be modified as a predictable side product of the protein-to-peptide cleavage process. The modifications encoded in this value are applied to every residue of a particular type of amino acid, without exception.

If there is some possibility that a residue modification process has not been 100% efficient, it may be more practical to include the modification in the residue, potential modification mass parameter list.

If a residue labelling strategy is being used where there are two types of reagents for modifying a residue (e.g., C), one with mass L1 and the other with mass L2, the following method can be used to find both types of labelled peptide in the same analysis.

  1. Add the value L1@C to the residue, modification mass parameter
  2. Add the value (L2-L1)@C to the residue, potential modification mass parameter

Because potential and complete modifications are treated separately internally by TANDEM, this will result in finding peptides modified with both types of parameters.

New feature, version 2009.04.01

In order to facilitate the analysis of SILAC data, the capability of having multiple sets of modifications analyzed simultaneously has been added. To specify additional sets of modifications, use the same parameter name with the addition of an incrementing count (starting at 1):


    residue, modification mass 1
    residue, modification mass 2
    ...
    residue, modification mass N

The values for these parameters uses the same syntax as the normal command. Each of these modification sets is applied one at a time to the peptides in a sequence file. Processing of these commands stops when a count value is missed (e.g., if there is a "1" but no "2" then processing stops at "1" even if there is a "3" in the command file). Processing is also stoped with a parameter has a zero length string value associated with it. Non-zero length strings that cannot be interpretted as modifications are interpretted as no modifications, i.e., the peptides with be tested for the case where no complete modifications are set.

Notes:

  1. There is no internal consistency checking to determine if the same set of complete modifications has been applied twice, so care should be taken to be sure that a particular modification value occurs once in an input file.
  2. To use the multiple modification set feature, a value for residue, modification mass must be set, as this will be used as the first set of complete modifications in an analysis.

see also: residue, potential modification mass

X! TANDEM API description project