44 lines
No EOL
1.8 KiB
HTML
44 lines
No EOL
1.8 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Txinit</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>Txinit</h3><pre>Defined in file <a href="seqfeat.asn.html">seqfeat.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCTxinit.html">CTxinit</a>
|
|
|
|
|
|
Txinit ::= SEQUENCE {
|
|
name VisibleString , -- descriptive name of initiation site
|
|
syn SEQUENCE OF VisibleString OPTIONAL , -- synonyms
|
|
gene SEQUENCE OF <a href="Gene-ref.html">Gene-ref</a> OPTIONAL , -- gene(s) transcribed
|
|
protein SEQUENCE OF <a href="Prot-ref.html">Prot-ref</a> OPTIONAL , -- protein(s) produced
|
|
rna SEQUENCE OF VisibleString OPTIONAL , -- rna(s) produced
|
|
expression VisibleString OPTIONAL , -- tissue/time of expression
|
|
txsystem ENUMERATED { -- transcription apparatus used at this site
|
|
unknown (0) ,
|
|
pol1 (1) , -- eukaryotic Pol I
|
|
pol2 (2) , -- eukaryotic Pol II
|
|
pol3 (3) , -- eukaryotic Pol III
|
|
bacterial (4) ,
|
|
viral (5) ,
|
|
rna (6) , -- RNA replicase
|
|
organelle (7) ,
|
|
other (255) } ,
|
|
txdescr VisibleString OPTIONAL , -- modifiers on txsystem
|
|
txorg <a href="Org-ref.html">Org-ref</a> OPTIONAL , -- organism supplying transcription apparatus
|
|
mapping-precise BOOLEAN DEFAULT FALSE , -- mapping precise or approx
|
|
location-accurate BOOLEAN DEFAULT FALSE , -- does <a href="Seq-loc.html">Seq-loc</a> reflect mapping
|
|
inittype ENUMERATED {
|
|
unknown (0) ,
|
|
single (1) ,
|
|
multiple (2) ,
|
|
region (3) } OPTIONAL ,
|
|
evidence SET OF <a href="Tx-evidence.html">Tx-evidence</a> OPTIONAL }</pre>
|
|
</body>
|
|
</html> |