|
|
Database: hg18 Primary Table: mgcGenes Row Count: 30,336   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 | 587 | 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 | 357502 | int(10) unsigned | range | Transcription start position (or end position for minus strand item) |
txEnd | 358497 | int(10) unsigned | range | Transcription end position (or start position for minus strand item) |
cdsStart | 357521 | int(10) unsigned | range | Coding region start (or end position for minus strand item) |
cdsEnd | 358460 | int(10) unsigned | range | Coding region end (or start position for minus strand item) |
exonCount | 1 | int(10) unsigned | range | Number of exons |
exonStarts | 357502, | longblob | | Exon start positions (or end positions for minus strand item) |
exonEnds | 358497, | 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 |
---|
587 | BC137547 | chr1 | + | 357502 | 358497 | 357521 | 358460 | 1 | 357502, | 358497, | 0 | | cmpl | cmpl | 0, |
587 | BC137568 | chr1 | + | 357502 | 358497 | 357521 | 358460 | 1 | 357502, | 358497, | 0 | | cmpl | cmpl | 0, |
589 | BC137547 | chr1 | - | 610921 | 611916 | 610958 | 611897 | 1 | 610921, | 611916, | 0 | | cmpl | cmpl | 0, |
589 | BC137568 | chr1 | - | 610921 | 611916 | 610958 | 611897 | 1 | 610921, | 611916, | 0 | | cmpl | cmpl | 0, |
591 | BC024295 | chr1 | + | 861008 | 869817 | 864552 | 869396 | 10 | 861008,864282,864517,866386,867378,867652,867801,868495,868940,869150, | 861139,864372,864655,866549,867494,867731,868301,868620,869051,869817, | 0 | | cmpl | cmpl | -1,-1,0,1,2,1,2,1,0,0, |
591 | BC033213 | chr1 | + | 864552 | 869824 | 864552 | 869396 | 8 | 864552,866386,867378,867652,867801,868495,868940,869150, | 864703,866549,867494,867731,868301,868620,869051,869824, | 0 | | cmpl | cmpl | 0,1,2,1,2,1,0,0, |
591 | BC003555 | chr1 | - | 869458 | 884515 | 869936 | 884483 | 19 | 869458,870299,870760,871415,871644,873373,873732,876369,877242,877654,878417,879024,879246,881165,881337,882136,882341,884171,88 ... | 870043,870389,870896,871529,871788,873475,873846,876481,877382,877843,878531,879135,879325,881256,881458,882268,882516,884324,88 ... | 0 | | cmpl | cmpl | 1,1,0,0,0,0,0,2,0,0,0,0,2,1,0,0,2,2,0, |
591 | BC166618 | chr1 | + | 885936 | 890432 | 885936 | 890432 | 12 | 885936,886535,886871,887068,887597,887946,888351,888579,889162,889349,889591,890205, | 886043,886795,886993,887290,887714,888160,888496,888747,889251,889423,889773,890432, | 0 | | cmpl | incmpl | 0,2,1,0,0,0,1,2,2,1,0,2, |
591 | BC101386 | chr1 | + | 891744 | 900251 | 891774 | 899818 | 15 | 891744,891946,895519,895763,895928,896121,896319,896566,897317,897530,898103,898742,899075,899558,899684, | 891857,892046,895666,895844,896001,896249,896451,896647,897393,897667,898253,898883,899294,899607,900251, | 0 | | cmpl | cmpl | 0,2,0,0,0,1,0,0,0,1,0,0,0,0,1, |
591 | BC101387 | chr1 | + | 891744 | 900251 | 891774 | 899818 | 15 | 891744,891946,895519,895763,895928,896319,896566,897317,897530,898103,898428,898742,899075,899558,899684, | 891857,892046,895666,895844,896249,896451,896647,897393,897667,898253,898569,898883,899294,899607,900251, | 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.
| |
|
|
|