|
|
Database: xenTro1 Primary Table: mgcGenes Row Count: 10,464   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 | BC121835 | varchar(255) | values | Name of gene (usually transcript_id from GTF) |
chrom | scaffold_1 | varchar(255) | values | Reference sequence chromosome or scaffold |
strand | - | char(1) | values | + or - for strand |
txStart | 19865 | int(10) unsigned | range | Transcription start position (or end position for minus strand item) |
txEnd | 23496 | int(10) unsigned | range | Transcription end position (or start position for minus strand item) |
cdsStart | 23197 | int(10) unsigned | range | Coding region start (or end position for minus strand item) |
cdsEnd | 23323 | int(10) unsigned | range | Coding region end (or start position for minus strand item) |
exonCount | 1 | int(10) unsigned | range | Number of exons |
exonStarts | 19865, | longblob | | Exon start positions (or end positions for minus strand item) |
exonEnds | 23496, | 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 | 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 |
---|
585 | BC121835 | scaffold_1 | - | 19865 | 23496 | 23197 | 23323 | 1 | 19865, | 23496, | 0 | | cmpl | cmpl | 0, |
585 | BC088034 | scaffold_1 | + | 27251 | 47717 | 27311 | 47608 | 15 | 27251,29575,30212,30422,33320,34819,37414,39878,40958,41642,42530,42943,44498,45934,47502, | 27462,29757,30286,30552,33444,34962,37587,39969,41010,41751,42638,43054,44576,46120,47717, | 0 | | cmpl | cmpl | 0,1,0,2,0,1,0,2,0,1,2,2,2,2,2, |
73 | BC122962 | scaffold_1 | - | 65270 | 267716 | 72577 | 267578 | 26 | 65270,72531,81825,87721,90385,99142,101356,102738,103857,104897,113607,115536,116279,119005,124973,134213,134871,135708,140701,1 ... | 65896,72589,81918,87937,90502,100796,101522,102853,103980,105098,113732,115636,116349,119121,125103,134289,134876,135845,140776, ... | 0 | | cmpl | cmpl | -1,0,0,0,0,2,1,0,0,0,1,0,2,0,2,1,2,0,0,2,2,2,1,0,1,0, |
588 | BC161457 | scaffold_1 | + | 458512 | 473179 | 458724 | 472775 | 14 | 458512,461443,463684,464648,464948,465599,465959,466983,467328,467749,469918,470113,472157,472623, | 458735,461526,463835,464756,465090,465747,466041,467116,467468,467879,470033,470208,472269,473179, | 0 | | cmpl | cmpl | 0,2,1,2,2,0,1,2,0,2,0,1,0,1, |
589 | BC157236 | scaffold_1 | + | 550989 | 551966 | 551304 | 551901 | 2 | 550989,551208, | 551004,551966, | 0 | | cmpl | cmpl | -1,0, |
589 | BC171022 | scaffold_1 | + | 551206 | 551950 | 551304 | 551901 | 1 | 551206, | 551950, | 0 | | cmpl | cmpl | 0, |
589 | BC171024 | scaffold_1 | + | 551206 | 551950 | 551304 | 551901 | 1 | 551206, | 551950, | 0 | | cmpl | cmpl | 0, |
590 | BC135987 | scaffold_1 | + | 680782 | 687642 | 680782 | 680910 | 1 | 680782, | 687642, | 0 | | incmpl | cmpl | 1, |
590 | BC121532 | scaffold_1 | - | 691393 | 695937 | 691923 | 695828 | 4 | 691393,694071,694940,695784, | 692037,694285,695042,695937, | 0 | | cmpl | cmpl | 0,2,2,0, |
590 | BC167898 | scaffold_1 | - | 691393 | 695992 | 691923 | 695041 | 5 | 691393,694071,694940,695784,695813, | 692037,694285,695042,695793,695992, | 0 | | cmpl | cmpl | 0,2,0,-1,-1, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|