Gene-ref
Defined in file seqfeat.asn
C++ class: CGene_ref
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 Dbtag 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 Gene-nomenclature OPTIONAL
}