nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/MSModSpec.html

29 lines
No EOL
1.1 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>MSModSpec</title>
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
</script>
<script type="text/javascript">
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
</script>
</head>
<body>
<h3>MSModSpec</h3><pre>Defined in file <a href="omssa.asn.html">omssa.asn</a>
C++ class: <a href="../doxyhtml/classCMSModSpec.html">CMSModSpec</a>
MSModSpec ::= SEQUENCE {
mod <a href="MSMod.html">MSMod</a>, -- what is the mod
type <a href="MSModType.html">MSModType</a>, -- modification type
name VisibleString, -- friendly name of mod
monomass REAL, -- monoisotopic mass
averagemass REAL, -- average mass
n15mass REAL, -- monoisotopic n15 mass
residues SEQUENCE OF VisibleString OPTIONAL, -- residues to apply mod to
neutralloss <a href="MSMassSet.html">MSMassSet</a> OPTIONAL, -- loss after precursor mass determination
unimod INTEGER OPTIONAL, -- the equivalent Unimod Accession number
psi-ms VisibleString OPTIONAL -- the PSI-MS equivalent name
}</pre>
</body>
</html>