36 lines
No EOL
1.2 KiB
HTML
36 lines
No EOL
1.2 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>HG-Gene</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>HG-Gene</h3><pre>Defined in file <a href="homologene.asn.html">homologene.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCHG__Gene.html">CHG_Gene</a>
|
|
|
|
|
|
HG-Gene ::= SEQUENCE {
|
|
geneid INTEGER,
|
|
otherid INTEGER OPTIONAL, -- internal use only!!!!!
|
|
symbol VisibleString OPTIONAL,
|
|
aliases SET OF VisibleString OPTIONAL,
|
|
title VisibleString,
|
|
taxid INTEGER, --taxid of gene node
|
|
prot-gi INTEGER OPTIONAL,
|
|
prot-acc VisibleString OPTIONAL,
|
|
prot-len INTEGER OPTIONAL,
|
|
nuc-gi INTEGER OPTIONAL,
|
|
nuc-acc VisibleString OPTIONAL,
|
|
gene-links SET OF <a href="HG-Link.html">HG-Link</a> OPTIONAL,
|
|
prot-links SET OF <a href="HG-Link.html">HG-Link</a> OPTIONAL,
|
|
domains SET OF <a href="HG-Domain.html">HG-Domain</a> OPTIONAL,
|
|
chr VisibleString OPTIONAL,
|
|
location <a href="Seq-loc.html">Seq-loc</a> OPTIONAL, -- location on the genome
|
|
locus-tag VisibleString OPTIONAL
|
|
}</pre>
|
|
</body>
|
|
</html> |