Schema for mgcGenes
  Database: danRer10    Primary Table: mgcGenes    Row Count: 16,938   Data last updated: 2020-01-27
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 585smallint(5) unsigned range Indexing field to speed chromosome range queries.
name BC059530varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr1varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 6647int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 11761int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 6679int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 11755int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 6int(10) unsigned range Number of exons
exonStarts 6647,6891,9557,10080,11549,...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 6760,6955,9694,10191,11625,...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2  varchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat cmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat cmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames 0,2,0,0,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
        danRer10.all_mrna.qName (via mgcGenes.name)
      danRer10.mgcFullMrna.qName (via mgcGenes.name)
      danRer10.mrnaOrientInfo.name (via mgcGenes.name)
      hgFixed.gbCdnaInfo.acc (via mgcGenes.name)
      hgFixed.gbSeq.acc (via mgcGenes.name)
      hgFixed.imageClone.acc (via mgcGenes.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585BC059530chr1-66471176166791175566647,6891,9557,10080,11549,11750,6760,6955,9694,10191,11625,11761,0cmplcmpl0,2,0,0,2,0,
585BC053114chr1+119861637311997159631111986,12372,12794,13033,13211,13503,14031,14289,14698,15351,15675,12034,12521,12953,13128,13332,13667,14190,14402,15137,15427,16373,0cmplcmpl0,1,0,0,2,0,2,2,1,2,0,
585BC153556chr1+278273433027835342471227827,29800,30079,31228,31399,31658,31813,32109,32377,32982,33505,34120,27955,29953,30172,31294,31525,31740,31905,32243,32483,33141,33579,34330,0cmplcmpl0,0,0,0,0,0,1,0,2,0,0,2,
585BC093351chr1+278433433027886342471227843,29800,30079,31228,31399,31658,31813,32109,32377,32982,33505,34120,27955,29953,30172,31294,31525,31740,31905,32243,32483,33141,33579,34330,0cmplcmpl0,0,0,0,0,0,1,0,2,0,0,2,
585BC164450chr1+278863424527886342451227886,29800,30079,31228,31399,31658,31813,32109,32377,32982,33505,34120,27955,29953,30172,31294,31525,31740,31905,32243,32483,33141,33579,34245,0cmplincmpl0,0,0,0,0,0,1,0,2,0,0,2,
585BC092729chr1+36733391913684839035636733,37983,38492,38757,38980,39079,36878,38221,38644,38876,39067,39191,0cmplcmpl0,0,1,0,2,-1,
585BC056707chr1-393244452539821434001039324,39447,40318,40796,41250,41933,42172,42478,43287,44331,39435,40061,40439,40984,41572,42088,42256,42701,43430,44525,0cmplcmpl-1,0,2,0,2,0,0,2,0,-1,
585BC053314chr1-44838498314551149692844838,45787,47420,47660,47952,48434,48889,49637,45550,46371,47549,47807,48072,48584,49060,49831,0cmplcmpl0,1,1,1,1,1,1,0,
585BC139693chr1+10979711913810984311761810109797,110643,111175,111530,112244,115047,115237,117070,117731,118302,109928,110807,111200,111644,112391,115139,115358,117717,117956,119138,0cmplcmpl0,1,0,1,1,1,0,1,-1,-1,
585BC095023chr1+1199591252461199751247558119959,120112,120863,120961,121701,122110,122328,124204,120036,120276,120888,121078,121842,122232,122449,125246,0cmplcmpl0,1,0,1,1,1,0,1,

Note: all start coordinates in our database are 0-based, not 1-based. See explanation here.