|
|
Database: mm10 Primary Table: mgcGenes Row Count: 27,606   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 | 618 | smallint(5) unsigned | range | Indexing field to speed chromosome range queries. |
name | BC120927 | 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 | 4344374 | int(10) unsigned | range | Transcription start position (or end position for minus strand item) |
txEnd | 4360268 | int(10) unsigned | range | Transcription end position (or start position for minus strand item) |
cdsStart | 4344599 | int(10) unsigned | range | Coding region start (or end position for minus strand item) |
cdsEnd | 4352825 | int(10) unsigned | range | Coding region end (or start position for minus strand item) |
exonCount | 4 | int(10) unsigned | range | Number of exons |
exonStarts | 4344374,4351909,4352201,436... | longblob | | Exon start positions (or end positions for minus strand item) |
exonEnds | 4350091,4352081,4352837,436... | 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,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 |
---|
618 | BC120927 | chr1 | - | 4344374 | 4360268 | 4344599 | 4352825 | 4 | 4344374,4351909,4352201,4360199, | 4350091,4352081,4352837,4360268, | 0 | | cmpl | cmpl | 1,0,0,-1, |
618 | BC120928 | chr1 | - | 4344374 | 4360268 | 4344599 | 4352825 | 4 | 4344374,4351909,4352201,4360199, | 4350091,4352081,4352837,4360268, | 0 | | cmpl | cmpl | 1,0,0,-1, |
619 | BC148437 | chr1 | - | 4491717 | 4493408 | 4491718 | 4493406 | 2 | 4491717,4493099, | 4492668,4493408, | 0 | | incmpl | cmpl | 1,0, |
619 | BC153021 | chr1 | - | 4491717 | 4493408 | 4491717 | 4493406 | 2 | 4491717,4493099, | 4492668,4493408, | 0 | | incmpl | cmpl | 1,0, |
621 | BC021304 | chr1 | - | 4773208 | 4785710 | 4774451 | 4785677 | 5 | 4773208,4777524,4782567,4783950,4785572, | 4774516,4777648,4782733,4784105,4785710, | 0 | | cmpl | cmpl | 1,0,2,0,0, |
621 | BC027233 | chr1 | - | 4773208 | 4785710 | 4774451 | 4785677 | 5 | 4773208,4777524,4782567,4783950,4785572, | 4774516,4777648,4782733,4784105,4785710, | 0 | | cmpl | cmpl | 1,0,2,0,0, |
621 | BC052848 | chr1 | + | 4807861 | 4846734 | 4807913 | 4845016 | 9 | 4807861,4808454,4828583,4830267,4832310,4837000,4839386,4840955,4844962, | 4807982,4808486,4828649,4830315,4832381,4837074,4839488,4841132,4846734, | 0 | | cmpl | cmpl | 0,0,2,2,2,1,0,0,0, |
621 | BC013536 | chr1 | + | 4807892 | 4846735 | 4807913 | 4845016 | 9 | 4807892,4808454,4828583,4830267,4832310,4837000,4839386,4840955,4844962, | 4807982,4808486,4828649,4830315,4832381,4837074,4839488,4841132,4846735, | 0 | | cmpl | cmpl | 0,0,2,2,2,1,0,0,0, |
622 | BC061490 | chr1 | + | 4857813 | 4897904 | 4857913 | 4896364 | 10 | 4857813,4867469,4878026,4886743,4889456,4890739,4891914,4893416,4894933,4896355, | 4857976,4867532,4878132,4886831,4889602,4890796,4892069,4893563,4895005,4897904, | 0 | | cmpl | cmpl | 0,0,0,1,2,1,1,0,0,0, |
622 | BC006022 | chr1 | + | 4857818 | 4897472 | 4857913 | 4896364 | 10 | 4857818,4867469,4878026,4886743,4889456,4890739,4891914,4893416,4894933,4896355, | 4857976,4867532,4878132,4886831,4889602,4890796,4892069,4893563,4895005,4897472, | 0 | | cmpl | cmpl | 0,0,0,1,2,1,1,0,0,0, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|