30 lines
No EOL
899 B
HTML
30 lines
No EOL
899 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Seq-table</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>Seq-table</h3><pre>Defined in file <a href="seqtable.asn.html">seqtable.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCSeq__table.html">CSeq_table</a>
|
|
|
|
|
|
Seq-table ::= SEQUENCE {
|
|
-- type of features in this table, equal to <a href="Seq-feat.html">Seq-feat</a>.data variant index
|
|
feat-type INTEGER,
|
|
|
|
-- subtype of features in this table, defined in header <a href="SeqFeatData.html">SeqFeatData</a>.hpp
|
|
feat-subtype INTEGER OPTIONAL,
|
|
|
|
-- number of rows
|
|
num-rows INTEGER,
|
|
|
|
-- data in columns
|
|
columns SEQUENCE OF <a href="SeqTable-column.html">SeqTable-column</a>
|
|
}</pre>
|
|
</body>
|
|
</html> |