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

33 lines
No EOL
1.2 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>SeqTable-column</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>SeqTable-column</h3><pre>Defined in file <a href="seqtable.asn.html">seqtable.asn</a>
C++ class: <a href="../doxyhtml/classCSeqTable__column.html">CSeqTable_column</a>
SeqTable-column ::= SEQUENCE {
-- column description or reference to previously defined info
header <a href="SeqTable-column-info.html">SeqTable-column-info</a>, -- information about data
-- row data
data <a href="SeqTable-multi-data.html">SeqTable-multi-data</a> OPTIONAL,
-- in case not all rows contain data this field will contain sparse info
sparse <a href="SeqTable-sparse-index.html">SeqTable-sparse-index</a> OPTIONAL,
-- default value for sparse table, or if row data is too short
default <a href="SeqTable-single-data.html">SeqTable-single-data</a> OPTIONAL,
-- single value for indexes not listed in sparse table
sparse-other <a href="SeqTable-single-data.html">SeqTable-single-data</a> OPTIONAL
}</pre>
</body>
</html>