28 lines
No EOL
1 KiB
HTML
28 lines
No EOL
1 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Gene-track</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-track</h3><pre>Defined in file <a href="entrezgene.asn.html">entrezgene.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCGene__track.html">CGene_track</a>
|
|
|
|
|
|
Gene-track ::= SEQUENCE {
|
|
geneid INTEGER , -- required unique document id
|
|
status INTEGER {
|
|
live (0) ,
|
|
secondary (1) , -- synonym with merged
|
|
discontinued (2) -- 'deleted', still index and display to public
|
|
} DEFAULT live ,
|
|
current-id SEQUENCE OF <a href="Dbtag.html">Dbtag</a> OPTIONAL , -- see note 1 below
|
|
create-date <a href="Date.html">Date</a> , -- date created in Entrez
|
|
update-date <a href="Date.html">Date</a> , -- last date updated in Entrez
|
|
discontinue-date <a href="Date.html">Date</a> OPTIONAL } --</pre>
|
|
</body>
|
|
</html> |