ASN.1 Type Definitions for Module NCBI-TxInit

Top-level module index.

Colors and Styles Used


Type Txinit

Uses

Gene-ref Org-ref Prot-ref Tx-evidence

Is Used By

SeqFeatData Txinit ::=
SEQUENCE {
name VisibleString
syn SEQUENCE OF VisibleString OPTIONAL
gene SEQUENCE OF Gene-ref OPTIONAL
protein SEQUENCE OF Prot-ref OPTIONAL
rna SEQUENCE OF VisibleString OPTIONAL
expression VisibleString OPTIONAL
txsystem
ENUMERATED {
unknown 0
pol1 1
pol2 2
pol3 3
bacterial 4
viral 5
rna 6
organelle 7
other 255
}  
txdescr VisibleString OPTIONAL
txorg Org-ref OPTIONAL
mapping-precise BOOLEAN DEFAULT false
location-accurate BOOLEAN DEFAULT false
inittype
ENUMERATED {
unknown 0
single 1
multiple 2
region 3
}  
OPTIONAL
evidence SET OF Tx-evidence OPTIONAL
}  


Type Tx-evidence

Is Used By

Txinit Tx-evidence ::=
SEQUENCE {
exp-code
ENUMERATED {
unknown 0
rna-seq 1
rna-size 2
np-map 3
np-size 4
pe-seq 5
cDNA-seq 6
pe-map 7
pe-size 8
pseudo-seq 9
rev-pe-map 10
other 255
}  
expression-system
ENUMERATED {
unknown 0
physiological 1
in-vitro 2
oocyte 3
transfection 4
transgenic 5
other 255
}  
DEFAULT physiological
low-prec-data BOOLEAN DEFAULT false
from-homolog BOOLEAN DEFAULT false
}  


Top-level module index.