|
|
Database: bosTau4 Primary Table: mgcGenes Row Count: 9,733   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 | BC103185 | 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 | 327876 | int(10) unsigned | range | Transcription start position (or end position for minus strand item) |
txEnd | 339078 | int(10) unsigned | range | Transcription end position (or start position for minus strand item) |
cdsStart | 327956 | int(10) unsigned | range | Coding region start (or end position for minus strand item) |
cdsEnd | 337478 | int(10) unsigned | range | Coding region end (or start position for minus strand item) |
exonCount | 4 | int(10) unsigned | range | Number of exons |
exonStarts | 327876,331232,333962,337305, | longblob | | Exon start positions (or end positions for minus strand item) |
exonEnds | 328043,331406,334122,339078, | 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,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 |
---|
587 | BC103185 | chr1 | + | 327876 | 339078 | 327956 | 337478 | 4 | 327876,331232,333962,337305, | 328043,331406,334122,339078, | 0 | | cmpl | cmpl | 0,0,0,1, |
587 | BC112873 | chr1 | + | 377375 | 383871 | 383292 | 383682 | 3 | 377375,378426,383242, | 377447,378521,383871, | 0 | | cmpl | cmpl | -1,-1,0, |
588 | BC110185 | chr1 | - | 436007 | 437027 | 436209 | 436965 | 1 | 436007, | 437027, | 0 | | cmpl | cmpl | 0, |
588 | BC146134 | chr1 | - | 439762 | 455196 | 442439 | 448998 | 4 | 439762,442426,448986,455134, | 439945,442604,449085,455196, | 0 | | cmpl | cmpl | -1,0,0,-1, |
588 | BC111662 | chr1 | - | 460824 | 468632 | 461113 | 461485 | 2 | 460824,468526, | 461497,468632, | 0 | | cmpl | cmpl | 0,-1, |
590 | BC102204 | chr1 | + | 720700 | 728056 | 720728 | 727989 | 7 | 720700,722100,723097,725361,726173,727511,727875, | 720764,722151,723208,725491,726286,727598,728056, | 0 | | cmpl | cmpl | 0,0,0,0,1,0,0, |
592 | BC118422 | chr1 | + | 988441 | 1022153 | 997170 | 1021860 | 13 | 988441,997164,998806,999699,1001812,1003535,1012150,1013410,1015778,1017532,1018682,1021174,1021760, | 988497,997236,998884,999772,1001857,1003604,1012284,1013522,1015877,1017654,1018788,1021220,1022153, | 0 | | cmpl | cmpl | -1,0,0,0,1,1,1,0,1,1,0,1,2, |
592 | BC133573 | chr1 | + | 1032567 | 1042659 | 1032584 | 1041991 | 10 | 1032567,1033632,1034646,1035752,1037144,1037946,1038136,1039087,1040465,1041853, | 1032881,1033713,1034850,1035931,1037323,1038028,1038241,1039286,1040678,1042659, | 0 | | cmpl | cmpl | 0,0,0,0,2,1,2,2,0,0, |
593 | BC122573 | chr1 | + | 1074721 | 1101010 | 1077498 | 1100417 | 22 | 1074721,1077457,1078725,1079298,1082717,1083798,1084369,1085572,1086149,1086399,1089540,1091651,1092040,1092492,1093733,1094277, ... | 1074772,1077643,1078821,1079473,1082829,1083867,1084495,1085660,1086235,1086568,1089772,1091746,1092150,1092691,1093985,1094430, ... | 0 | | cmpl | cmpl | -1,0,1,1,2,0,0,0,1,0,1,2,1,0,1,1,1,1,1,0,1,0, |
593 | BC102794 | chr1 | + | 1135358 | 1172197 | 1153831 | 1170764 | 7 | 1135358,1153790,1155902,1157299,1164351,1167219,1170718, | 1135459,1153930,1156015,1157367,1164444,1167277,1172197, | 0 | | cmpl | cmpl | -1,0,0,2,1,1,2, |
|
Note: all start coordinates in our database are 0-based, not
1-based. See explanation
here.
| |
|
|
|