protein, modified residue mass fileSyntaxThis parameter is a text string corresponding to the path to a file containing specifications for the residues to be modified. Notes
DescriptionX! Tandem uses default values for the mass of each peptide residue. These masses correspond to the monoisotopic mass of the corresponding amino acid, less the mass of water (maa - 18.01056470). In some cases, samples may be created inwhich one or more of the amino acids has been deliberately substituted with an amino acid with an isotopic label. If only a small number of residues have been substituted, the residue, modification mass command may be used to inform X! Tandem. However, if most (or all) of the residues have been modified, it is simpler to create a file containing this information and use the protein, modified residue mass file command. The format of the file pointed to be this command is illustrated below, which is the file needed to deal with the case of an all-15N labelled organism: <?xml version="1.0"?> <bioml title="peptide residue molecular mass values for an all 15N organism"> <aa type="A" mass="72.034144" /> <aa type="B" mass="116.036998" /> <aa type="C" mass="104.006224" /> <aa type="D" mass="116.023974" /> <aa type="E" mass="130.039624" /> <aa type="F" mass="148.065444" /> <aa type="G" mass="58.018494" /> <aa type="H" mass="140.050012" /> <aa type="I" mass="114.081094" /> <aa type="J" mass="0.0" /> <aa type="K" mass="130.089028" /> <aa type="L" mass="114.081094" /> <aa type="M" mass="132.037524" /> <aa type="N" mass="116.036998" /> <aa type="O" mass="0.0" /> <aa type="P" mass="98.049794" /> <aa type="Q" mass="130.052648" /> <aa type="R" mass="159.092212" /> <aa type="S" mass="88.029064" /> <aa type="T" mass="102.044714" /> <aa type="V" mass="100.065444" /> <aa type="W" mass="187.076344" /> <aa type="X" mass="112.057034" /> <aa type="Y" mass="164.060364" /> <aa type="Z" mass="130.052648" /> <molecule type="NH3" mass="18.02358311" /> <molecule type="H2O" mass="18.01056470" /> </bioml> see also: residue, modification mass X! TANDEM API description project |