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

27 lines
No EOL
1.1 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>MSResponse</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>MSResponse</h3><pre>Defined in file <a href="omssa.asn.html">omssa.asn</a>
C++ class: <a href="../doxyhtml/classCMSResponse.html">CMSResponse</a>
MSResponse ::= SEQUENCE {
hitsets SEQUENCE OF <a href="MSHitSet.html">MSHitSet</a>, -- hits grouped by spectrum
scale INTEGER DEFAULT 100, -- scale to change m/z float to integer
rid VisibleString OPTIONAL, -- request id
error <a href="MSResponseError.html">MSResponseError</a> OPTIONAL, -- error response
version VisibleString OPTIONAL, -- version of OMSSA
email VisibleString OPTIONAL, -- email address for notification
dbversion INTEGER OPTIONAL, -- version of db searched (usually size)
bioseqs <a href="MSBioseqSet.html">MSBioseqSet</a> OPTIONAL -- sequences found in search
} </pre>
</body>
</html>