Schema for mgcGenes
  Database: rn6    Primary Table: mgcGenes    Row Count: 7,013   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 74smallint(5) unsigned range Indexing field to speed chromosome range queries.
name BC079076varchar(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 1101686int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 1442439int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 1101964int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 1441961int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 7int(10) unsigned range Number of exons
exonStarts 1101686,1102695,1439165,143...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 1102031,1102837,1439309,144...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 2,1,1,1,1,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
        hgFixed.gbCdnaInfo.acc (via mgcGenes.name)
      hgFixed.gbSeq.acc (via mgcGenes.name)
      hgFixed.imageClone.acc (via mgcGenes.name)
      rn6.all_mrna.qName (via mgcGenes.name)
      rn6.mgcFullMrna.qName (via mgcGenes.name)
      rn6.mrnaOrientInfo.name (via mgcGenes.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
74BC079076chr1-110168614424391101964144196171101686,1102695,1439165,1439872,1440382,1441870,1442298,1102031,1102837,1439309,1440121,1440643,1442007,1442439,0cmplcmpl2,1,1,1,1,0,-1,
598BC088417chr1-173486217677591740763176765291734862,1736275,1740726,1742557,1743230,1746298,1749365,1750790,1767597,1736250,1736443,1740943,1742643,1743351,1746403,1749397,1750895,1767759,0cmplcmpl-1,-1,0,1,0,0,1,1,0,
598BC158756chr1+177172417815471771769178144481771724,1772195,1773278,1774162,1776350,1777791,1779038,1781220,1771889,1772318,1773356,1774343,1776486,1777943,1779161,1781547,0cmplcmpl0,0,0,0,1,2,1,1,
74BC097929chr1+1826169186778418414641867623111826169,1841451,1843777,1846408,1852080,1854811,1856046,1864292,1865327,1865835,1867424,1826352,1841626,1843935,1846589,1852202,1854917,1856205,1864419,1865462,1865962,1867784,0cmplcmpl-1,0,0,2,0,2,0,0,1,1,2,
600BC085788chr1-199957320738962005277201748871999573,2004232,2005600,2012643,2017386,2073762,2073847,2001065,2005397,2005761,2014144,2017574,2073802,2073896,0cmplcmpl-1,0,1,0,0,-1,-1,
78BC083823chr1+536637853880715379548538726335366378,5379532,5387059,5366533,5381573,5388071,0cmplcmpl-1,0,0,
638BC099159chr1-703915970407817040174704060817039159,7040781,0cmplcmpl0,
640BC079397chr1-7323042733576673233277335748117323042,7323631,7324161,7324498,7325425,7326407,7326985,7329405,7333523,7334872,7335745,7323438,7323832,7324214,7324638,7325553,7326654,7327124,7329493,7333694,7335004,7335766,0cmplcmpl0,0,1,2,0,2,1,0,0,0,0,
643BC078933chr1+765891876736637659007767353077658918,7660887,7664633,7665793,7666348,7672008,7673389,7659207,7661075,7664973,7666004,7666539,7672117,7673663,0cmplcmpl0,2,1,2,0,2,0,
643BC062046chr1-7685823772633576859417726155127685823,7688757,7698479,7699614,7706543,7707620,7707774,7708073,7709588,7714942,7719644,7726082,7686025,7688854,7698602,7699685,7706709,7707675,7707841,7708198,7709632,7715024,7719776,7726335,0cmplcmpl0,2,2,0,2,1,0,1,2,1,1,0,

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