|
|
Database: mm9 Primary Table: mgcGenes Row Count: 27,556   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 | 4334455 | int(10) unsigned | range | Transcription start position (or end position for minus strand item) |
txEnd | 4350349 | int(10) unsigned | range | Transcription end position (or start position for minus strand item) |
cdsStart | 4334680 | int(10) unsigned | range | Coding region start (or end position for minus strand item) |
cdsEnd | 4342906 | int(10) unsigned | range | Coding region end (or start position for minus strand item) |
exonCount | 4 | int(10) unsigned | range | Number of exons |
exonStarts | 4334455,4341990,4342282,435... | longblob | | Exon start positions (or end positions for minus strand item) |
exonEnds | 4340172,4342162,4342918,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 | - | 4334455 | 4350349 | 4334680 | 4342906 | 4 | 4334455,4341990,4342282,4350280, | 4340172,4342162,4342918,4350349, | 0 | | cmpl | cmpl | 1,0,0,-1, |
618 | BC120928 | chr1 | - | 4334455 | 4350349 | 4334680 | 4342906 | 4 | 4334455,4341990,4342282,4350280, | 4340172,4342162,4342918,4350349, | 0 | | cmpl | cmpl | 1,0,0,-1, |
619 | BC148437 | chr1 | - | 4481798 | 4483489 | 4481799 | 4483487 | 2 | 4481798,4483180, | 4482749,4483489, | 0 | | incmpl | cmpl | 1,0, |
619 | BC153021 | chr1 | - | 4481798 | 4483489 | 4481798 | 4483487 | 2 | 4481798,4483180, | 4482749,4483489, | 0 | | incmpl | cmpl | 1,0, |
621 | BC021304 | chr1 | - | 4763289 | 4775791 | 4764532 | 4775758 | 5 | 4763289,4767605,4772648,4774031,4775653, | 4764597,4767729,4772814,4774186,4775791, | 0 | | cmpl | cmpl | 1,0,2,0,0, |
621 | BC027233 | chr1 | - | 4763289 | 4775791 | 4764532 | 4775758 | 5 | 4763289,4767605,4772648,4774031,4775653, | 4764597,4767729,4772814,4774186,4775791, | 0 | | cmpl | cmpl | 1,0,2,0,0, |
621 | BC052848 | chr1 | + | 4797942 | 4836815 | 4797994 | 4835097 | 9 | 4797942,4798535,4818664,4820348,4822391,4827081,4829467,4831036,4835043, | 4798063,4798567,4818730,4820396,4822462,4827155,4829569,4831213,4836815, | 0 | | cmpl | cmpl | 0,0,2,2,2,1,0,0,0, |
621 | BC013536 | chr1 | + | 4797973 | 4836816 | 4797994 | 4835097 | 9 | 4797973,4798535,4818664,4820348,4822391,4827081,4829467,4831036,4835043, | 4798063,4798567,4818730,4820396,4822462,4827155,4829569,4831213,4836816, | 0 | | cmpl | cmpl | 0,0,2,2,2,1,0,0,0, |
77 | BC061490 | chr1 | + | 4847894 | 4887985 | 4847994 | 4886445 | 10 | 4847894,4857550,4868107,4876824,4879537,4880820,4881995,4883497,4885014,4886436, | 4848057,4857613,4868213,4876912,4879683,4880877,4882150,4883644,4885086,4887985, | 0 | | cmpl | cmpl | 0,0,0,1,2,1,1,0,0,0, |
77 | BC006022 | chr1 | + | 4847899 | 4887553 | 4847994 | 4886445 | 10 | 4847899,4857550,4868107,4876824,4879537,4880820,4881995,4883497,4885014,4886436, | 4848057,4857613,4868213,4876912,4879683,4880877,4882150,4883644,4885086,4887553, | 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.
| |
|
|
|