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

34 lines
No EOL
1.6 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>MSHits</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>MSHits</h3><pre>Defined in file <a href="omssa.asn.html">omssa.asn</a>
C++ class: <a href="../doxyhtml/classCMSHits.html">CMSHits</a>
MSHits ::= SEQUENCE {
evalue REAL, -- E-value (expect value)
pvalue REAL, -- P-value (probability value)
charge INTEGER, -- the charge state used in search. -1 == not +1
pephits SEQUENCE OF <a href="MSPepHit.html">MSPepHit</a>, -- peptides that match this hit
mzhits SEQUENCE OF <a href="MSMZHit.html">MSMZHit</a> OPTIONAL, -- ions hit
pepstring VisibleString OPTIONAL, -- the peptide sequence
mass INTEGER OPTIONAL, -- scaled experimental mass of peptide in Da
mods SEQUENCE OF <a href="MSModHit.html">MSModHit</a> OPTIONAL, -- modifications to sequence
pepstart VisibleString OPTIONAL, -- AA before the peptide (depricated)
pepstop VisibleString OPTIONAL, -- AA after the peptide (depricated)
protlength INTEGER OPTIONAL, -- length of protein hit (depricated)
theomass INTEGER OPTIONAL, -- scaled theoretical mass of peptide hit
oid INTEGER OPTIONAL, -- blast library oid (depricated)
scores SEQUENCE OF <a href="MSScoreSet.html">MSScoreSet</a> OPTIONAL, -- optional scores (for library search)
libaccession VisibleString OPTIONAL -- library search accesssion
}</pre>
</body>
</html>