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

25 lines
No EOL
748 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Hit</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>Hit</h3><pre>Defined in file <a href="blastxml.asn.html">blastxml.asn</a>
C++ class: <a href="../doxyhtml/classCHit.html">CHit</a>
Hit ::= SEQUENCE {
num INTEGER , -- hit number
id VisibleString , -- SeqId of subject
def VisibleString , -- definition line of subject
accession VisibleString , -- accession
len INTEGER , -- length of subject
hsps SEQUENCE OF <a href="Hsp.html">Hsp</a> OPTIONAL -- all HSP regions for the given subject
}</pre>
</body>
</html>