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

37 lines
No EOL
1.4 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Seq-annot</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-annot</h3><pre>Defined in file <a href="seq.asn.html">seq.asn</a>
C++ class: <a href="../doxyhtml/classCSeq__annot.html">CSeq_annot</a>
Seq-annot ::= SEQUENCE {
id SET OF <a href="Annot-id.html">Annot-id</a> OPTIONAL ,
db INTEGER { -- source of annotation
genbank (1) ,
embl (2) ,
ddbj (3) ,
pir (4) ,
sp (5) ,
bbone (6) ,
pdb (7) ,
other (255) } OPTIONAL ,
name VisibleString OPTIONAL ,-- source if "other" above
desc <a href="Annot-descr.html">Annot-descr</a> OPTIONAL , -- used only for stand alone Seq-annots
data CHOICE {
ftable SET OF <a href="Seq-feat.html">Seq-feat</a> ,
align SET OF <a href="Seq-align.html">Seq-align</a> ,
graph SET OF <a href="Seq-graph.html">Seq-graph</a> ,
ids SET OF <a href="Seq-id.html">Seq-id</a> , -- used for communication between tools
locs SET OF <a href="Seq-loc.html">Seq-loc</a> , -- used for communication between tools
seq-table <a href="Seq-table.html">Seq-table</a> } } -- features in table form</pre>
</body>
</html>