27 lines
No EOL
1.2 KiB
HTML
27 lines
No EOL
1.2 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Cdd-tree</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>Cdd-tree</h3><pre>Defined in file <a href="cdd.asn.html">cdd.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCCdd__tree.html">CCdd_tree</a>
|
|
|
|
|
|
Cdd-tree ::= SEQUENCE {
|
|
name VisibleString, -- short name copied from CD
|
|
id <a href="Cdd-id-set.html">Cdd-id-set</a>, -- IDs copied from CD
|
|
description <a href="Cdd-descr-set.html">Cdd-descr-set</a> OPTIONAL, -- description copied from CD
|
|
parent <a href="Cdd-id.html">Cdd-id</a> OPTIONAL, -- CD is the result of a split/merge
|
|
children <a href="Cdd-id-set.html">Cdd-id-set</a> OPTIONAL, -- this CD has been split
|
|
siblings <a href="Cdd-id-set.html">Cdd-id-set</a> OPTIONAL, -- related CDs (have common hits)
|
|
neighbors <a href="Cdd-id-set.html">Cdd-id-set</a> OPTIONAL -- co-occurring CDs (non-overlapping
|
|
-- hits to same sequences)
|
|
}</pre>
|
|
</body>
|
|
</html> |