58 lines
No EOL
1.8 KiB
HTML
58 lines
No EOL
1.8 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>BioSource</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>BioSource</h3><pre>Defined in file <a href="seqfeat.asn.html">seqfeat.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCBioSource.html">CBioSource</a>
|
|
|
|
|
|
BioSource ::= SEQUENCE {
|
|
genome INTEGER { -- biological context
|
|
unknown (0) ,
|
|
genomic (1) ,
|
|
chloroplast (2) ,
|
|
chromoplast (3) ,
|
|
kinetoplast (4) ,
|
|
mitochondrion (5) ,
|
|
plastid (6) ,
|
|
macronuclear (7) ,
|
|
extrachrom (8) ,
|
|
plasmid (9) ,
|
|
transposon (10) ,
|
|
insertion-seq (11) ,
|
|
cyanelle (12) ,
|
|
proviral (13) ,
|
|
virion (14) ,
|
|
nucleomorph (15) ,
|
|
apicoplast (16) ,
|
|
leucoplast (17) ,
|
|
proplastid (18) ,
|
|
endogenous-virus (19) ,
|
|
hydrogenosome (20) ,
|
|
chromosome (21) ,
|
|
chromatophore (22) ,
|
|
plasmid-in-mitochondrion (23) ,
|
|
plasmid-in-plastid (24)
|
|
} DEFAULT unknown ,
|
|
origin INTEGER {
|
|
unknown (0) ,
|
|
natural (1) , -- normal biological entity
|
|
natmut (2) , -- naturally occurring mutant
|
|
mut (3) , -- artificially mutagenized
|
|
artificial (4) , -- artificially engineered
|
|
synthetic (5) , -- purely synthetic
|
|
other (255)
|
|
} DEFAULT unknown ,
|
|
org <a href="Org-ref.html">Org-ref</a> ,
|
|
subtype SEQUENCE OF <a href="SubSource.html">SubSource</a> OPTIONAL ,
|
|
is-focus NULL OPTIONAL , -- to distinguish biological focus
|
|
pcr-primers <a href="PCRReactionSet.html">PCRReactionSet</a> OPTIONAL }</pre>
|
|
</body>
|
|
</html> |