|
|
Database: mm7 Primary Table: mgcGenes Row Count: 28,236   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 | 4339966 | int(10) unsigned | range | Transcription start position (or end position for minus strand item) |
txEnd | 4355860 | int(10) unsigned | range | Transcription end position (or start position for minus strand item) |
cdsStart | 4340191 | int(10) unsigned | range | Coding region start (or end position for minus strand item) |
cdsEnd | 4348417 | int(10) unsigned | range | Coding region end (or start position for minus strand item) |
exonCount | 4 | int(10) unsigned | range | Number of exons |
exonStarts | 4339966,4347501,4347793,435... | longblob | | Exon start positions (or end positions for minus strand item) |
exonEnds | 4345683,4347673,4348429,435... | 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 | - | 4339966 | 4355860 | 4340191 | 4348417 | 4 | 4339966,4347501,4347793,4355791, | 4345683,4347673,4348429,4355860, | 0 | | cmpl | cmpl | 1,0,0,-1, |
618 | BC120928 | chr1 | - | 4339966 | 4355860 | 4340191 | 4348417 | 4 | 4339966,4347501,4347793,4355791, | 4345683,4347673,4348429,4355860, | 0 | | cmpl | cmpl | 1,0,0,-1, |
619 | BC148437 | chr1 | - | 4487309 | 4489000 | 4487310 | 4488998 | 2 | 4487309,4488691, | 4488260,4489000, | 0 | | incmpl | cmpl | 1,0, |
619 | BC153021 | chr1 | - | 4487309 | 4489000 | 4487309 | 4488998 | 2 | 4487309,4488691, | 4488260,4489000, | 0 | | incmpl | cmpl | 1,0, |
620 | BC017637 | chr1 | - | 4683470 | 4685001 | 4683519 | 4684996 | 3 | 4683470,4683913,4684360, | 4683902,4684348,4685001, | 0 | | cmpl | cmpl | 1,0,0, |
621 | BC021304 | chr1 | - | 4768802 | 4781302 | 4770043 | 4781269 | 5 | 4768802,4773116,4778159,4779542,4781164, | 4770108,4773240,4778325,4779697,4781302, | 0 | | cmpl | cmpl | 1,0,2,0,0, |
621 | BC027233 | chr1 | - | 4768802 | 4781302 | 4770043 | 4781269 | 5 | 4768802,4773116,4778159,4779542,4781164, | 4770108,4773240,4778325,4779697,4781302, | 0 | | cmpl | cmpl | 1,0,2,0,0, |
621 | BC052848 | chr1 | + | 4803453 | 4842326 | 4803505 | 4840608 | 9 | 4803453,4804046,4824175,4825859,4827902,4832592,4834978,4836547,4840554, | 4803574,4804078,4824241,4825907,4827973,4832666,4835080,4836724,4842326, | 0 | | cmpl | cmpl | 0,0,2,2,2,1,0,0,0, |
621 | BC013536 | chr1 | + | 4803484 | 4842326 | 4803505 | 4840608 | 9 | 4803484,4804046,4824175,4825859,4827902,4832592,4834978,4836547,4840554, | 4803574,4804078,4824241,4825907,4827973,4832666,4835080,4836724,4842326, | 0 | | cmpl | cmpl | 0,0,2,2,2,1,0,0,0, |
622 | BC061490 | chr1 | + | 4853405 | 4893494 | 4853505 | 4891956 | 10 | 4853405,4863061,4873618,4882335,4885048,4886331,4887506,4889008,4890525,4891947, | 4853568,4863124,4873724,4882423,4885194,4886388,4887661,4889155,4890597,4893494, | 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.
| |
|
|
|