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

24 lines
No EOL
946 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>BioTreeContainer</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>BioTreeContainer</h3><pre>Defined in file <a href="biotree.asn.html">biotree.asn</a>
C++ class: <a href="../doxyhtml/classCBioTreeContainer.html">CBioTreeContainer</a>
BioTreeContainer ::= SEQUENCE {
treetype VisibleString OPTIONAL, -- hint on what kind of tree this is
fdict <a href="FeatureDictSet.html">FeatureDictSet</a>, -- features dictionary
nodes <a href="NodeSet.html">NodeSet</a>, -- set of nodes with encoded topology
label VisibleString OPTIONAL, -- bio-tree label (short name)
user <a href="User-object.html">User-object</a> OPTIONAL -- user defined object
}</pre>
</body>
</html>