Schema for mgcGenes
  Database: danRer4    Primary Table: mgcGenes    Row Count: 21,529   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 73smallint(5) unsigned range Indexing field to speed chromosome range queries.
name BC095673varchar(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 67209int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 160268int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 67460int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 140845int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 4int(10) unsigned range Number of exons
exonStarts 67209,67445,140671,160091,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 67419,67712,140861,160268,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 -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
        danRer4.all_mrna.qName (via mgcGenes.name)
      danRer4.mgcFullMrna.qName (via mgcGenes.name)
      danRer4.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
73BC095673chr1-6720916026867460140845467209,67445,140671,160091,67419,67712,140861,160268,0cmplcmpl-1,0,0,-1,
9BC066606chr1+880271928255192825519282551288027,518340,842777,945488,945914,1187574,1187657,1210085,1618459,1659977,1784594,1928166,88121,518345,842898,945901,946515,1187640,1187676,1210218,1618542,1660017,1784628,1928255,0unkunk-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
73BC171362chr1-2480012767292480332767297248001,256467,260612,261111,271272,275892,276562,248048,256520,260769,261165,271527,276093,276729,0cmplincmpl0,1,0,0,0,0,1,
589BC162215chr1-57626359135057665559132822576263,581925,582111,582354,582591,582812,583023,583253,583513,583741,583959,584223,584526,586099,586489,588542,588746,588969,58 ...576684,582017,582213,582485,582737,582936,583178,583422,583664,583878,584135,584416,584661,586408,586758,588660,588881,589083,58 ...0cmplcmpl1,2,2,0,1,0,1,0,2,0,1,0,0,0,1,0,0,0,0,0,0,0,
589BC162231chr1-57626359135057665559132822576263,581925,582111,582354,582591,582812,583023,583253,583513,583741,583959,584223,584526,586099,586489,588542,588746,588969,58 ...576684,582017,582213,582485,582737,582936,583178,583422,583664,583878,584135,584416,584661,586408,586758,588660,588881,589083,58 ...0cmplcmpl1,2,2,0,1,0,1,0,2,0,1,0,0,0,1,0,0,0,0,0,0,0,
589BC068375chr1+6058406103336058406090624605840,608336,608724,608960,605895,608419,608871,610333,0incmplcmpl0,1,0,0,
589BC066613chr1+6158526201066172476192893615852,617243,619123,615894,617420,620106,0cmplcmpl-1,0,2,
589BC098520chr1-6278016425726290206425589627801,628002,628120,632151,633864,634781,636656,637077,642512,627879,628103,629034,632278,633920,634906,636744,637132,642572,0cmplcmpl-1,-1,1,0,2,0,2,1,0,
589BC125661chr1-62828464257262885064255812628284,629267,630458,630585,631697,632086,633864,634065,634756,636656,637077,642512,629122,629297,630481,630795,631772,632278,633945,634174,634906,636744,637132,642572,0cmplcmpl1,1,1,0,0,0,1,0,0,2,1,0,
590BC164450chr1+6765526796556765526796559676552,676723,676982,677137,677433,677701,678306,678853,679530,676618,676849,677064,677229,677567,677807,678465,678927,679655,0incmplincmpl0,0,0,1,0,2,0,0,2,

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