|
|
Database: danRer5 Primary Table: mgcGenes Row Count: 19,050   Data last updated: 2020-01-27
Format description: A gene prediction with some additional info. On download server: MariaDB table dump directory
field | example | SQL type | info | description |
bin | 585 | smallint(5) unsigned | range | Indexing field to speed chromosome range queries. |
name | BC159105 | varchar(255) | values | Name of gene (usually transcript_id from GTF) |
chrom | Zv7_NA1 | varchar(255) | values | Reference sequence chromosome or scaffold |
strand | + | char(1) | values | + or - for strand |
txStart | 81565 | int(10) unsigned | range | Transcription start position (or end position for minus strand item) |
txEnd | 88180 | int(10) unsigned | range | Transcription end position (or start position for minus strand item) |
cdsStart | 82493 | int(10) unsigned | range | Coding region start (or end position for minus strand item) |
cdsEnd | 87381 | int(10) unsigned | range | Coding region end (or start position for minus strand item) |
exonCount | 3 | int(10) unsigned | range | Number of exons |
exonStarts | 81565,82396,86560, | longblob | | Exon start positions (or end positions for minus strand item) |
exonEnds | 81789,82548,88180, | longblob | | Exon end positions (or start positions for minus strand item) |
score | 0 | int(11) | range | score |
name2 | | varchar(255) | values | Alternate name (e.g. gene_id from GTF) |
cdsStartStat | cmpl | enum('none', 'unk', 'incmpl', 'cmpl') | values | Status of CDS start annotation (none, unknown, incomplete, or complete) |
cdsEndStat | cmpl | enum('none', 'unk', 'incmpl', 'cmpl') | values | Status of CDS end annotation (none, unknown, incomplete, or complete) |
exonFrames | -1,0,1, | 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
|
|
Sample Rows
|
|
bin | name | chrom | strand | txStart | txEnd | cdsStart | cdsEnd | exonCount | exonStarts | exonEnds | score | name2 | cdsStartStat | cdsEndStat | exonFrames |
---|
585 | BC159105 | Zv7_NA1 | + | 81565 | 88180 | 82493 | 87381 | 3 | 81565,82396,86560, | 81789,82548,88180, | 0 | | cmpl | cmpl | -1,0,1, |
585 | BC096928 | Zv7_NA1 | + | 92861 | 95822 | 94584 | 95444 | 3 | 92861,93613,94570, | 92912,93764,95822, | 0 | | cmpl | cmpl | -1,-1,0, |
585 | BC076296 | Zv7_NA1 | - | 110395 | 121452 | 110395 | 121357 | 6 | 110395,111060,112340,116511,118284,121327, | 110464,111185,112428,116642,118372,121452, | 0 | | incmpl | cmpl | 0,1,0,1,0,0, |
585 | BC055124 | Zv7_NA1000 | - | 16666 | 33963 | 16666 | 33759 | 2 | 16666,33600, | 16835,33963, | 0 | | incmpl | cmpl | 0,0, |
585 | BC153528 | Zv7_NA1001 | - | 91575 | 124901 | 91777 | 124901 | 10 | 91575,94668,96489,99149,99400,104758,109317,110746,117536,124798, | 91821,94834,96601,99277,99470,104832,109358,110792,117635,124901, | 0 | | cmpl | incmpl | 1,0,2,0,2,0,1,0,0,2, |
585 | BC124534 | Zv7_NA1001 | - | 94192 | 124901 | 94525 | 124901 | 9 | 94192,96489,99149,99400,104758,109317,110746,117536,124798, | 94834,96601,99277,99470,104832,109358,110792,117635,124901, | 0 | | cmpl | incmpl | 0,2,0,2,0,1,0,0,2, |
585 | BC164803 | Zv7_NA1001 | - | 94526 | 124901 | 94526 | 124901 | 9 | 94526,96489,99149,99400,104758,109317,110746,117536,124798, | 94834,96601,99277,99470,104832,109358,110792,117635,124901, | 0 | | incmpl | incmpl | 0,2,0,2,0,1,0,0,2, |
585 | BC163168 | Zv7_NA1002 | + | 49076 | 49227 | 49097 | 49227 | 1 | 49076, | 49227, | 0 | | cmpl | incmpl | 0, |
585 | BC163179 | Zv7_NA1002 | + | 49076 | 49227 | 49097 | 49227 | 1 | 49076, | 49227, | 0 | | cmpl | incmpl | 0, |
585 | BC098551 | Zv7_NA1005 | + | 26021 | 68952 | 53439 | 68372 | 8 | 26021,35286,53413,55949,60694,64788,68124,68784, | 26094,35375,53484,56040,60928,64887,68731,68952, | 0 | | cmpl | cmpl | -1,-1,0,0,1,1,1,-1, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|