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

52 lines
No EOL
2.5 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Entrezgene</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>Entrezgene</h3><pre>Defined in file <a href="entrezgene.asn.html">entrezgene.asn</a>
C++ class: <a href="../doxyhtml/classCEntrezgene.html">CEntrezgene</a>
Entrezgene ::= SEQUENCE {
track-info <a href="Gene-track.html">Gene-track</a> OPTIONAL , -- not in submission, but in retrieval
type INTEGER { -- type of Gene
unknown (0) ,
tRNA (1) ,
rRNA (2) ,
snRNA (3) ,
scRNA (4) ,
snoRNA (5) ,
protein-coding (6) ,
pseudo (7) ,
transposon (8) ,
miscRNA (9) ,
ncRNA (10) ,
biological-region (11),
other (255) } ,
source <a href="BioSource.html">BioSource</a> ,
gene <a href="Gene-ref.html">Gene-ref</a> , -- for locus-tag see note 3
prot <a href="Prot-ref.html">Prot-ref</a> OPTIONAL ,
rna <a href="RNA-ref.html">RNA-ref</a> OPTIONAL ,
summary VisibleString OPTIONAL , -- short summary
location SEQUENCE OF <a href="Maps.html">Maps</a> OPTIONAL,
gene-source <a href="Gene-source.html">Gene-source</a> OPTIONAL , -- NCBI source to Entrez
locus SEQUENCE OF <a href="Gene-commentary.html">Gene-commentary</a> OPTIONAL , -- location of gene on chromosome (if known)
-- and all information about products
-- (mRNA, proteins and so on)
properties SEQUENCE OF <a href="Gene-commentary.html">Gene-commentary</a> OPTIONAL ,
refgene SEQUENCE OF <a href="Gene-commentary.html">Gene-commentary</a> OPTIONAL , -- NG for this?
homology SEQUENCE OF <a href="Gene-commentary.html">Gene-commentary</a> OPTIONAL ,
comments SEQUENCE OF <a href="Gene-commentary.html">Gene-commentary</a> OPTIONAL ,
unique-keys SEQUENCE OF <a href="Dbtag.html">Dbtag</a> OPTIONAL , -- see note 3
xtra-index-terms SEQUENCE OF VisibleString OPTIONAL , -- see note 2
xtra-properties SEQUENCE OF <a href="Xtra-Terms.html">Xtra-Terms</a> OPTIONAL , -- see note 2
xtra-iq SEQUENCE OF <a href="Xtra-Terms.html">Xtra-Terms</a> OPTIONAL, -- see note 2
non-unique-keys SEQUENCE OF <a href="Dbtag.html">Dbtag</a> OPTIONAL }</pre>
</body>
</html>