|
|
Database: danRer3 Primary Table: mgcGenes Row Count: 23,067   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 | 73 | smallint(5) unsigned | range | Indexing field to speed chromosome range queries. |
name | BC151902 | varchar(255) | values | Name of gene (usually transcript_id from GTF) |
chrom | chr1 | varchar(255) | values | Reference sequence chromosome or scaffold |
strand | - | char(1) | values | + or - for strand |
txStart | 9163 | int(10) unsigned | range | Transcription start position (or end position for minus strand item) |
txEnd | 208659 | int(10) unsigned | range | Transcription end position (or start position for minus strand item) |
cdsStart | 9163 | int(10) unsigned | range | Coding region start (or end position for minus strand item) |
cdsEnd | 208410 | int(10) unsigned | range | Coding region end (or start position for minus strand item) |
exonCount | 4 | int(10) unsigned | range | Number of exons |
exonStarts | 9163,37776,132256,208253, | longblob | | Exon start positions (or end positions for minus strand item) |
exonEnds | 9329,38168,132415,208659, | 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 | incmpl | 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 | 0,1,1,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
|
|
Sample Rows
|
|
bin | name | chrom | strand | txStart | txEnd | cdsStart | cdsEnd | exonCount | exonStarts | exonEnds | score | name2 | cdsStartStat | cdsEndStat | exonFrames |
---|
73 | BC151902 | chr1 | - | 9163 | 208659 | 9163 | 208410 | 4 | 9163,37776,132256,208253, | 9329,38168,132415,208659, | 0 | | incmpl | cmpl | 0,1,1,0, |
73 | BC151902 | chr1 | - | 9163 | 208659 | 9163 | 208410 | 4 | 9163,37776,132256,208253, | 9329,38168,132415,208659, | 0 | | incmpl | cmpl | 0,1,1,0, |
73 | BC162118 | chr1 | + | 393420 | 533481 | 393925 | 533225 | 17 | 393420,411210,430448,457532,460049,463278,466999,476158,477503,488949,499048,501239,509467,510096,514086,528527,532920, | 393998,411388,430630,457763,460205,463448,467155,476303,477853,489094,499132,501401,509727,510190,514119,528587,533481, | 0 | | cmpl | cmpl | 0,1,2,1,1,1,0,0,1,0,1,1,1,0,1,1,1, |
588 | BC134219 | chr1 | + | 440052 | 441246 | 440101 | 441246 | 4 | 440052,440556,440679,440971, | 440156,440577,440848,441246, | 0 | | cmpl | incmpl | 0,1,1,2, |
588 | BC152527 | chr1 | + | 440057 | 441246 | 440101 | 441246 | 4 | 440057,440556,440679,440971, | 440156,440577,440848,441246, | 0 | | cmpl | incmpl | 0,1,1,2, |
73 | BC163887 | chr1 | - | 638741 | 656580 | 638882 | 656536 | 15 | 638741,640256,641500,641763,643283,643853,644814,645019,646898,647093,649965,651946,652417,655230,656520, | 639002,640412,641683,641856,643409,643943,644900,645127,647024,647250,650117,652035,652561,655357,656580, | 0 | | cmpl | cmpl | 0,0,0,0,0,0,1,1,1,0,1,2,2,1,0, |
590 | BC163315 | chr1 | + | 687339 | 693586 | 687402 | 693484 | 3 | 687339,690698,693112, | 687856,690859,693586, | 0 | | cmpl | cmpl | 0,1,0, |
590 | BC093283 | chr1 | - | 710259 | 721915 | 710837 | 718990 | 7 | 710259,713103,713488,715693,717544,718904,721819, | 710979,713225,713585,715827,717763,719037,721915, | 0 | | cmpl | cmpl | 2,0,2,0,2,0,-1, |
590 | BC164081 | chr1 | - | 710839 | 718990 | 710839 | 718990 | 6 | 710839,713103,713488,715693,717544,718904, | 710979,713225,713585,715827,717763,718990, | 0 | | incmpl | cmpl | 2,0,2,0,2,0, |
590 | BC059428 | chr1 | - | 724725 | 728907 | 724786 | 728907 | 4 | 724725,724856,727197,728683, | 724846,725466,727346,728907, | 0 | | cmpl | incmpl | 0,0,1,2, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|