30 lines
No EOL
765 B
HTML
30 lines
No EOL
765 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>HG-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>HG-Node</h3><pre>Defined in file <a href="homologene.asn.html">homologene.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCHG__Node.html">CHG_Node</a>
|
|
|
|
|
|
HG-Node ::= SEQUENCE {
|
|
type ENUMERATED {
|
|
family(0),
|
|
ortholog(1),
|
|
paralog(2),
|
|
leaf(3)
|
|
},
|
|
id <a href="HG-Node-id.html">HG-Node-id</a>,
|
|
caption VisibleString OPTIONAL,
|
|
current-node BOOLEAN DEFAULT FALSE,
|
|
children SET OF <a href="HG-Node.html">HG-Node</a> OPTIONAL,
|
|
branch-len INTEGER OPTIONAL
|
|
}</pre>
|
|
</body>
|
|
</html> |