nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/Bioseq-set.html

52 lines
No EOL
2.5 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Bioseq-set</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>Bioseq-set</h3><pre>Defined in file <a href="seqset.asn.html">seqset.asn</a>
C++ class: <a href="../doxyhtml/classCBioseq__set.html">CBioseq_set</a>
Bioseq-set ::= SEQUENCE { -- just a collection
id <a href="Object-id.html">Object-id</a> OPTIONAL ,
coll <a href="Dbtag.html">Dbtag</a> OPTIONAL , -- to identify a collection
level INTEGER OPTIONAL , -- nesting level
class ENUMERATED {
not-set (0) ,
nuc-prot (1) , -- nuc acid and coded proteins
segset (2) , -- segmented sequence + parts
conset (3) , -- constructed sequence + parts
parts (4) , -- parts for 2 or 3
gibb (5) , -- geninfo backbone
gi (6) , -- geninfo
genbank (7) , -- converted genbank
pir (8) , -- converted pir
pub-set (9) , -- all the seqs from a single publication
equiv (10) , -- a set of equivalent maps or seqs
swissprot (11) , -- converted SWISSPROT
pdb-entry (12) , -- a complete PDB entry
mut-set (13) , -- set of mutations
pop-set (14) , -- population study
phy-set (15) , -- phylogenetic study
eco-set (16) , -- ecological sample study
gen-prod-set (17) , -- genomic products, chrom+mRNA+protein
wgs-set (18) , -- whole genome shotgun project
named-annot (19) , -- named annotation set
named-annot-prod (20) , -- with instantiated mRNA+protein
read-set (21) , -- set from a single read
paired-end-reads (22) , -- paired sequences within a read-set
small-genome-set (23) , -- viral segments or mitochondrial minicircles
other (255) } DEFAULT not-set ,
release VisibleString OPTIONAL ,
date <a href="Date.html">Date</a> OPTIONAL ,
descr <a href="Seq-descr.html">Seq-descr</a> OPTIONAL ,
seq-set SEQUENCE OF <a href="Seq-entry.html">Seq-entry</a> ,
annot SET OF <a href="Seq-annot.html">Seq-annot</a> OPTIONAL }</pre>
</body>
</html>