|
|
Database: bosTau3 Primary Table: mgcGenes Row Count: 10,296   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 | + | 725700 | 733056 | 725728 | 732989 | 7 | 725700,727100,728097,730361,731173,732511,732875, | 725764,727151,728208,730491,731286,732598,733056, | 0 | | cmpl | cmpl | 0,0,0,0,1,0,0, |
592 | BC118422 | chr1 | + | 993441 | 1027153 | 1002170 | 1026860 | 13 | 993441,1002164,1003806,1004699,1006812,1008535,1017150,1018410,1020778,1022532,1023682,1026174,1026760, | 993497,1002236,1003884,1004772,1006857,1008604,1017284,1018522,1020877,1022654,1023788,1026220,1027153, | 0 | | cmpl | cmpl | -1,0,0,0,1,1,1,0,1,1,0,1,2, |
9 | BC133573 | chr1 | + | 1047067 | 1057159 | 1047084 | 1056491 | 10 | 1047067,1048132,1049146,1050252,1051644,1052446,1052636,1053587,1054965,1056353, | 1047381,1048213,1049350,1050431,1051823,1052528,1052741,1053786,1055178,1057159, | 0 | | cmpl | cmpl | 0,0,0,0,2,1,2,2,0,0, |
593 | BC122573 | chr1 | + | 1089221 | 1115510 | 1091998 | 1114917 | 22 | 1089221,1091957,1093225,1093798,1097217,1098298,1098869,1100072,1100649,1100899,1104040,1106151,1106540,1106992,1108233,1108777, ... | 1089272,1092143,1093321,1093973,1097329,1098367,1098995,1100160,1100735,1101068,1104272,1106246,1106650,1107191,1108485,1108930, ... | 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, |
74 | BC102794 | chr1 | + | 1149858 | 1186697 | 1168331 | 1185264 | 7 | 1149858,1168290,1170402,1171799,1178851,1181719,1185218, | 1149959,1168430,1170515,1171867,1178944,1181777,1186697, | 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.
| |
|
|
|