|
|
Database: hg38 Primary Table: mgcGenes Row Count: 36,638   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 | 588 | smallint(5) unsigned | range | Indexing field to speed chromosome range queries. |
name | BC137547 | 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 | 450702 | int(10) unsigned | range | Transcription start position (or end position for minus strand item) |
txEnd | 451697 | int(10) unsigned | range | Transcription end position (or start position for minus strand item) |
cdsStart | 450739 | int(10) unsigned | range | Coding region start (or end position for minus strand item) |
cdsEnd | 451678 | int(10) unsigned | range | Coding region end (or start position for minus strand item) |
exonCount | 1 | int(10) unsigned | range | Number of exons |
exonStarts | 450702, | longblob | | Exon start positions (or end positions for minus strand item) |
exonEnds | 451697, | 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 |
---|
588 | BC137547 | chr1 | - | 450702 | 451697 | 450739 | 451678 | 1 | 450702, | 451697, | 0 | | cmpl | cmpl | 0, |
588 | BC137568 | chr1 | - | 450702 | 451697 | 450739 | 451678 | 1 | 450702, | 451697, | 0 | | cmpl | cmpl | 0, |
590 | BC137547 | chr1 | - | 685678 | 686673 | 685715 | 686654 | 1 | 685678, | 686673, | 0 | | cmpl | cmpl | 0, |
590 | BC137568 | chr1 | - | 685678 | 686673 | 685715 | 686654 | 1 | 685678, | 686673, | 0 | | cmpl | cmpl | 0, |
592 | BC024295 | chr1 | + | 935765 | 944574 | 939309 | 944153 | 10 | 935765,939039,939274,941143,942135,942409,942558,943252,943697,943907, | 935896,939129,939412,941306,942251,942488,943058,943377,943808,944574, | 0 | | cmpl | cmpl | -1,-1,0,1,2,1,2,1,0,0, |
592 | BC033213 | chr1 | + | 939309 | 944581 | 939309 | 944153 | 8 | 939309,941143,942135,942409,942558,943252,943697,943907, | 939460,941306,942251,942488,943058,943377,943808,944581, | 0 | | cmpl | cmpl | 0,1,2,1,2,1,0,0, |
592 | BC003555 | chr1 | - | 944215 | 959272 | 944693 | 959240 | 19 | 944215,945056,945517,946172,946401,948130,948489,951126,951999,952411,953174,953781,954003,955922,956094,956893,957098,958928,95 ... | 944800,945146,945653,946286,946545,948232,948603,951238,952139,952600,953288,953892,954082,956013,956215,957025,957273,959081,95 ... | 0 | | cmpl | cmpl | 1,1,0,0,0,0,0,2,0,0,0,0,2,1,0,0,2,2,0, |
592 | BC166618 | chr1 | + | 960693 | 965189 | 960693 | 965189 | 12 | 960693,961292,961628,961825,962354,962703,963108,963336,963919,964106,964348,964962, | 960800,961552,961750,962047,962471,962917,963253,963504,964008,964180,964530,965189, | 0 | | cmpl | incmpl | 0,2,1,0,0,0,1,2,2,1,0,2, |
592 | BC101386 | chr1 | + | 966501 | 975008 | 966531 | 974575 | 15 | 966501,966703,970276,970520,970685,970878,971076,971323,972074,972287,972860,973499,973832,974315,974441, | 966614,966803,970423,970601,970758,971006,971208,971404,972150,972424,973010,973640,974051,974364,975008, | 0 | | cmpl | cmpl | 0,2,0,0,0,1,0,0,0,1,0,0,0,0,1, |
592 | BC101387 | chr1 | + | 966501 | 975008 | 966531 | 974575 | 15 | 966501,966703,970276,970520,970685,971076,971323,972074,972287,972860,973185,973499,973832,974315,974441, | 966614,966803,970423,970601,971006,971208,971404,972150,972424,973010,973326,973640,974051,974364,975008, | 0 | | cmpl | cmpl | 0,2,0,0,0,0,0,0,1,0,0,0,0,0,1, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|