1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184
|
<!-- ============================================
::DATATOOL:: Generated from "seqfeat.asn"
::DATATOOL:: by application DATATOOL version 2.0.0
::DATATOOL:: on 04/26/2010 23:04:43
============================================ -->
<!-- ============================================ -->
<!-- This section is mapped from module "NCBI-TxInit"
================================================= -->
<!--
********************************************************************
Transcription Initiation Site Feature Data Block
James Ostell, 1991
Philip Bucher, David Ghosh
version 1.1
********************************************************************
-->
<!-- Elements used by other modules:
Txinit -->
<!-- Elements referenced from other modules:
Gene-ref FROM NCBI-Gene,
Prot-ref FROM NCBI-Protein,
Org-ref FROM NCBI-Organism -->
<!-- ============================================ -->
<!ELEMENT Txinit (
Txinit_name,
Txinit_syn?,
Txinit_gene?,
Txinit_protein?,
Txinit_rna?,
Txinit_expression?,
Txinit_txsystem,
Txinit_txdescr?,
Txinit_txorg?,
Txinit_mapping-precise?,
Txinit_location-accurate?,
Txinit_inittype?,
Txinit_evidence?)>
<!-- descriptive name of initiation site -->
<!ELEMENT Txinit_name (#PCDATA)>
<!-- synonyms -->
<!ELEMENT Txinit_syn (Txinit_syn_E*)>
<!ELEMENT Txinit_syn_E (#PCDATA)>
<!-- gene(s) transcribed -->
<!ELEMENT Txinit_gene (Gene-ref*)>
<!-- protein(s) produced -->
<!ELEMENT Txinit_protein (Prot-ref*)>
<!-- rna(s) produced -->
<!ELEMENT Txinit_rna (Txinit_rna_E*)>
<!ELEMENT Txinit_rna_E (#PCDATA)>
<!-- tissue/time of expression -->
<!ELEMENT Txinit_expression (#PCDATA)>
<!-- transcription apparatus used at this site -->
<!ELEMENT Txinit_txsystem %ENUM;>
<!--
pol1 - eukaryotic Pol I
pol2 - eukaryotic Pol II
pol3 - eukaryotic Pol III
rna - RNA replicase
-->
<!ATTLIST Txinit_txsystem value (
unknown |
pol1 |
pol2 |
pol3 |
bacterial |
viral |
rna |
organelle |
other
) #REQUIRED >
<!-- modifiers on txsystem -->
<!ELEMENT Txinit_txdescr (#PCDATA)>
<!-- organism supplying transcription apparatus -->
<!ELEMENT Txinit_txorg (Org-ref)>
<!-- mapping precise or approx -->
<!ELEMENT Txinit_mapping-precise EMPTY>
<!ATTLIST Txinit_mapping-precise value ( true | false ) "false" >
<!-- does Seq-loc reflect mapping -->
<!ELEMENT Txinit_location-accurate EMPTY>
<!ATTLIST Txinit_location-accurate value ( true | false ) "false" >
<!ELEMENT Txinit_inittype %ENUM;>
<!ATTLIST Txinit_inittype value (
unknown |
single |
multiple |
region
) #REQUIRED >
<!ELEMENT Txinit_evidence (Tx-evidence*)>
<!ELEMENT Tx-evidence (
Tx-evidence_exp-code,
Tx-evidence_expression-system?,
Tx-evidence_low-prec-data?,
Tx-evidence_from-homolog?)>
<!ELEMENT Tx-evidence_exp-code %ENUM;>
<!--
rna-seq - direct RNA sequencing
rna-size - RNA length measurement
np-map - nuclease protection mapping with homologous sequence ladder
np-size - nuclease protected fragment length measurement
pe-seq - dideoxy RNA sequencing
cDNA-seq - full-length cDNA sequencing
pe-map - primer extension mapping with homologous sequence ladder
pe-size - primer extension product length measurement
pseudo-seq - full-length processed pseudogene sequencing
rev-pe-map - see NOTE (1) below
-->
<!ATTLIST Tx-evidence_exp-code value (
unknown |
rna-seq |
rna-size |
np-map |
np-size |
pe-seq |
cDNA-seq |
pe-map |
pe-size |
pseudo-seq |
rev-pe-map |
other
) #REQUIRED >
<!ELEMENT Tx-evidence_expression-system %ENUM;>
<!ATTLIST Tx-evidence_expression-system value (
unknown |
physiological |
in-vitro |
oocyte |
transfection |
transgenic |
other
) #REQUIRED >
<!ELEMENT Tx-evidence_low-prec-data EMPTY>
<!ATTLIST Tx-evidence_low-prec-data value ( true | false ) "false" >
<!-- experiment actually done on -->
<!ELEMENT Tx-evidence_from-homolog EMPTY>
<!ATTLIST Tx-evidence_from-homolog value ( true | false ) "false" >
<!--
close homolog
NOTE (1) length measurement of a reverse direction primer-extension
product (blocked by RNA 5'end) by comparison with
homologous sequence ladder (J. Mol. Biol. 199, 587)
-->
|