|
|
Database: droVir2 Primary Table: xenoRefGene Row Count: 277,208   Data last updated: 2020-08-18
Format description: A gene prediction with some additional info. On download server: MariaDB table dump directory
field | example | SQL type | info | description |
bin | 673 | smallint(5) unsigned | range | Indexing field to speed chromosome range queries. |
name | NM_001080624 | varchar(255) | values | Name of gene (usually transcript_id from GTF) |
chrom | scaffold_12875 | varchar(255) | values | Reference sequence chromosome or scaffold |
strand | + | char(1) | values | + or - for strand |
txStart | 11621015 | int(10) unsigned | range | Transcription start position (or end position for minus strand item) |
txEnd | 11621183 | int(10) unsigned | range | Transcription end position (or start position for minus strand item) |
cdsStart | 11621015 | int(10) unsigned | range | Coding region start (or end position for minus strand item) |
cdsEnd | 11621183 | int(10) unsigned | range | Coding region end (or start position for minus strand item) |
exonCount | 2 | int(10) unsigned | range | Number of exons |
exonStarts | 11621015,11621147, | longblob | | Exon start positions (or end positions for minus strand item) |
exonEnds | 11621117,11621183, | longblob | | Exon end positions (or start positions for minus strand item) |
score | 0 | int(11) | range | score |
name2 | sacm1lb | varchar(255) | values | Alternate name (e.g. gene_id from GTF) |
cdsStartStat | incmpl | enum('none', 'unk', 'incmpl', 'cmpl') | values | Status of CDS start annotation (none, unknown, incomplete, or complete) |
cdsEndStat | incmpl | enum('none', 'unk', 'incmpl', 'cmpl') | values | Status of CDS end annotation (none, unknown, incomplete, or complete) |
exonFrames | 0,0, | longblob | | Reading frame of the start of the CDS region of the exon, in the direction of transcription (0,1,2), or -1 if there is no CDS region. |
|
| |
|
|
Connected Tables and Joining Fields
|
|
droVir2.all_est.qName (via xenoRefGene.name)
droVir2.all_mrna.qName (via xenoRefGene.name)
droVir2.xenoMrna.qName (via xenoRefGene.name)
droVir2.xenoRefFlat.name (via xenoRefGene.name)
droVir2.xenoRefSeqAli.qName (via xenoRefGene.name)
hgFixed.gbCdnaInfo.acc (via xenoRefGene.name)
hgFixed.gbMiscDiff.acc (via xenoRefGene.name)
hgFixed.gbSeq.acc (via xenoRefGene.name)
hgFixed.gbWarn.acc (via xenoRefGene.name)
hgFixed.imageClone.acc (via xenoRefGene.name)
| |
|
|
Sample Rows
|
|
bin | name | chrom | strand | txStart | txEnd | cdsStart | cdsEnd | exonCount | exonStarts | exonEnds | score | name2 | cdsStartStat | cdsEndStat | exonFrames |
---|
673 | NM_001080624 | scaffold_12875 | + | 11621015 | 11621183 | 11621015 | 11621183 | 2 | 11621015,11621147, | 11621117,11621183, | 0 | sacm1lb | incmpl | incmpl | 0,0, |
585 | NR_003280 | scaffold_10001 | + | 149 | 231 | 231 | 231 | 1 | 149, | 231, | 0 | Rs5-8s1 | unk | unk | -1, |
588 | NM_001009815 | scaffold_12823 | + | 409761 | 410022 | 409761 | 410022 | 1 | 409761, | 410022, | 0 | TGIF1 | incmpl | incmpl | 0, |
585 | NR_045133 | scaffold_10001 | + | 149 | 231 | 231 | 231 | 1 | 149, | 231, | 0 | Rn5-8s | unk | unk | -1, |
585 | NR_076642 | scaffold_10001 | + | 710 | 1078 | 1078 | 1078 | 2 | 710,1036, | 785,1078, | 0 | | unk | unk | -1,-1, |
585 | NR_076255 | scaffold_10001 | + | 740 | 1078 | 1078 | 1078 | 2 | 740,1036, | 785,1078, | 0 | | unk | unk | -1,-1, |
585 | NR_076561 | scaffold_10001 | + | 740 | 1078 | 1078 | 1078 | 2 | 740,1036, | 788,1078, | 0 | | unk | unk | -1,-1, |
585 | NR_076641 | scaffold_10001 | + | 740 | 1078 | 1078 | 1078 | 2 | 740,1036, | 785,1078, | 0 | | unk | unk | -1,-1, |
585 | NR_076986 | scaffold_10001 | + | 740 | 1078 | 1078 | 1078 | 2 | 740,1036, | 785,1078, | 0 | | unk | unk | -1,-1, |
585 | NR_103992 | scaffold_10001 | + | 740 | 1078 | 1078 | 1078 | 2 | 740,1036, | 788,1078, | 0 | | unk | unk | -1,-1, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|