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

26 lines
No EOL
1 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Search</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>Search</h3><pre>Defined in file <a href="blastxml2.asn.html">blastxml2.asn</a>
C++ class: <a href="../doxyhtml/classCSearch.html">CSearch</a>
Search ::= SEQUENCE {
query-id VisibleString OPTIONAL, -- SeqId of query
query-title VisibleString OPTIONAL, -- Definition line of query
query-len INTEGER OPTIONAL , -- length of query sequence
query-masking SEQUENCE OF <a href="Range.html">Range</a> OPTIONAL, -- Masked offsets.
hits SEQUENCE OF <a href="Hit.html">Hit</a> OPTIONAL, -- Hits one for every db sequence
stat <a href="Statistics.html">Statistics</a> OPTIONAL, -- search statistics
message VisibleString OPTIONAL -- Some (error?) information
}</pre>
</body>
</html>