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

30 lines
No EOL
938 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>SeqTree-node</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>SeqTree-node</h3><pre>Defined in file <a href="cdd.asn.html">cdd.asn</a>
C++ class: <a href="../doxyhtml/classCSeqTree__node.html">CSeqTree_node</a>
SeqTree-node ::= SEQUENCE {
isAnnotated BOOLEAN DEFAULT FALSE,
name VisibleString OPTIONAL,
distance REAL OPTIONAL,
children CHOICE {
children SEQUENCE OF <a href="SeqTree-node.html">SeqTree-node</a>,
footprint SEQUENCE {
seqRange <a href="Seq-interval.html">Seq-interval</a>,
rowId INTEGER OPTIONAL
}
},
annotation <a href="Node-annotation.html">Node-annotation</a> OPTIONAL
}</pre>
</body>
</html>