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

28 lines
No EOL
1.1 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Gene-ref</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-ref</h3><pre>Defined in file <a href="seqfeat.asn.html">seqfeat.asn</a>
C++ class: <a href="../doxyhtml/classCGene__ref.html">CGene_ref</a>
Gene-ref ::= SEQUENCE {
locus VisibleString OPTIONAL , -- Official gene symbol
allele VisibleString OPTIONAL , -- Official allele designation
desc VisibleString OPTIONAL , -- descriptive name
maploc VisibleString OPTIONAL , -- descriptive map location
pseudo BOOLEAN DEFAULT FALSE , -- pseudogene
db SET OF <a href="Dbtag.html">Dbtag</a> OPTIONAL , -- ids in other dbases
syn SET OF VisibleString OPTIONAL , -- synonyms for locus
locus-tag VisibleString OPTIONAL , -- systematic gene name (e.g., MI0001, ORF0069)
formal-name <a href="Gene-nomenclature.html">Gene-nomenclature</a> OPTIONAL
}</pre>
</body>
</html>