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

25 lines
No EOL
1,012 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Gene-source</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>Gene-source</h3><pre>Defined in file <a href="entrezgene.asn.html">entrezgene.asn</a>
C++ class: <a href="../doxyhtml/classCGene__source.html">CGene_source</a>
Gene-source ::= SEQUENCE {
src VisibleString , -- key to the source within NCBI locuslink, Ecoli, etc
src-int INTEGER OPTIONAL , -- eg. locuslink id
src-str1 VisibleString OPTIONAL , -- eg. chromosome1
src-str2 VisibleString OPTIONAL , -- see note 3
gene-display BOOLEAN DEFAULT FALSE , -- do we have a URL for gene display?
locus-display BOOLEAN DEFAULT FALSE , -- do we have a URL for map/locus display?
extra-terms BOOLEAN DEFAULT FALSE } -- do we have a URL for extra indexing terms? </pre>
</body>
</html>