|
|
Database: xenTro2 Primary Table: mgcGenes Row Count: 9,929   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 | 585 | smallint(5) unsigned | range | Indexing field to speed chromosome range queries. |
name | BC171006 | varchar(255) | values | Name of gene (usually transcript_id from GTF) |
chrom | scaffold_1 | varchar(255) | values | Reference sequence chromosome or scaffold |
strand | + | char(1) | values | + or - for strand |
txStart | 20066 | int(10) unsigned | range | Transcription start position (or end position for minus strand item) |
txEnd | 25255 | int(10) unsigned | range | Transcription end position (or start position for minus strand item) |
cdsStart | 20066 | int(10) unsigned | range | Coding region start (or end position for minus strand item) |
cdsEnd | 25212 | int(10) unsigned | range | Coding region end (or start position for minus strand item) |
exonCount | 2 | int(10) unsigned | range | Number of exons |
exonStarts | 20066,24510, | longblob | | Exon start positions (or end positions for minus strand item) |
exonEnds | 20169,25255, | 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 | incmpl | 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 | 2,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 |
---|
585 | BC171006 | scaffold_1 | + | 20066 | 25255 | 20066 | 25212 | 2 | 20066,24510, | 20169,25255, | 0 | | incmpl | cmpl | 2,0, |
585 | BC171012 | scaffold_1 | + | 20066 | 25255 | 20066 | 25212 | 2 | 20066,24510, | 20169,25255, | 0 | | incmpl | cmpl | 2,0, |
585 | BC155992 | scaffold_1 | + | 20066 | 25279 | 20066 | 25212 | 2 | 20066,24513, | 20172,25279, | 0 | | incmpl | cmpl | 2,0, |
585 | BC157775 | scaffold_1 | - | 58733 | 91599 | 59436 | 87906 | 11 | 58733,63050,64382,74344,75918,76176,76539,86918,87798,91226,91445, | 59508,63125,64491,74423,75974,76263,76636,87048,87920,91269,91599, | 0 | | cmpl | cmpl | 0,0,2,1,2,2,1,0,0,-1,-1, |
73 | BC157348 | scaffold_1 | - | 116561 | 215329 | 116760 | 207405 | 4 | 116561,122799,206780,215261, | 116803,122929,207516,215329, | 0 | | cmpl | cmpl | 2,1,0,-1, |
73 | BC171093 | scaffold_1 | - | 116642 | 215279 | 116760 | 207405 | 4 | 116642,122799,206780,215261, | 116803,122929,207516,215279, | 0 | | cmpl | cmpl | 2,1,0,-1, |
73 | BC171094 | scaffold_1 | - | 116642 | 215279 | 116760 | 207405 | 4 | 116642,122799,206780,215261, | 116803,122929,207516,215279, | 0 | | cmpl | cmpl | 2,1,0,-1, |
9 | BC135963 | scaffold_1 | + | 312609 | 3391575 | 3391575 | 3391575 | 17 | 312609,706831,1165890,1165927,1199528,1259342,1422010,1867275,1983794,2098079,2131516,2176526,2562423,2562697,2744919,3390693,33 ... | 312649,707030,1165916,1165985,1199540,1259354,1422026,1867704,1983809,2098091,2131528,2176529,2562677,2562943,2744971,3391238,33 ... | 0 | | unk | unk | -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, |
588 | BC074546 | scaffold_1 | - | 463007 | 495412 | 463456 | 494069 | 11 | 463007,472734,474142,482057,484803,486452,487908,491398,492665,493967,495379, | 463516,473021,474215,482129,484989,486620,488067,491594,492757,494077,495412, | 0 | | cmpl | cmpl | 0,1,0,0,0,0,0,2,0,0,-1, |
591 | BC154851 | scaffold_1 | + | 855940 | 874686 | 856175 | 872939 | 3 | 855940,871387,872751, | 856532,871517,874686, | 0 | | cmpl | cmpl | 0,0,1, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|