Schema for mgcGenes
  Database: hg17    Primary Table: mgcGenes    Row Count: 30,831   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 588smallint(5) unsigned range Indexing field to speed chromosome range queries.
name BC137547varchar(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 407502int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 408497int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 407521int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 408460int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 1int(10) unsigned range Number of exons
exonStarts 407502,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 408497,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,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
        hg17.all_mrna.qName (via mgcGenes.name)
      hg17.altGraphX.mrnaRefs (via mgcGenes.name)
      hg17.dupSpMrna.dupMrnaID (via mgcGenes.name)
      hg17.dupSpMrna.mrnaID (via mgcGenes.name)
      hg17.mgcFullMrna.qName (via mgcGenes.name)
      hg17.mrnaOrientInfo.name (via mgcGenes.name)
      hg17.mrnaRefseq.mrna (via mgcGenes.name)
      hg17.spMrna.mrnaID (via mgcGenes.name)
      hgFixed.gbCdnaInfo.acc (via mgcGenes.name)
      hgFixed.gbSeq.acc (via mgcGenes.name)
      hgFixed.imageClone.acc (via mgcGenes.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
588BC137547chr1+4075024084974075214084601407502,408497,0cmplcmpl0,
588BC137568chr1+4075024084974075214084601407502,408497,0cmplcmpl0,
590BC137547chr1-6609216619166609586618971660921,661916,0cmplcmpl0,
590BC137568chr1-6609216619166609586618971660921,661916,0cmplcmpl0,
73BC024295chr1+91128892009791483291967610911288,914562,914797,916666,917658,917932,918081,918775,919220,919430,911419,914652,914935,916829,917774,918011,918581,918900,919331,920097,0cmplcmpl-1,-1,0,1,2,1,2,1,0,0,
73BC033213chr1+9148329201049148329196768914832,916666,917658,917932,918081,918775,919220,919430,914983,916829,917774,918011,918581,918900,919331,920104,0cmplcmpl0,1,2,1,2,1,0,0,
592BC003555chr1-91973893479592021693476319919738,920579,921040,921695,921924,923653,924012,926649,927522,927934,928697,929304,929526,931445,931617,932416,932621,934451,93 ...920323,920669,921176,921809,922068,923755,924126,926761,927662,928123,928811,929415,929605,931536,931738,932548,932796,934604,93 ...0cmplcmpl1,1,0,0,0,0,0,2,0,0,0,0,2,1,0,0,2,2,0,
592BC166618chr1+93621694063693621694063612936216,936815,937151,937348,937877,938226,938631,938859,939442,939629,939871,940409,936323,937075,937273,937570,937994,938440,938776,939027,939531,939703,940053,940636,0cmplincmpl0,2,1,0,0,0,1,2,2,1,0,2,
592BC101386chr1+94194895045594197895002215941948,942150,945723,945967,946132,946325,946523,946770,947521,947734,948307,948946,949279,949762,949888,942061,942250,945870,946048,946205,946453,946655,946851,947597,947871,948457,949087,949498,949811,950455,0cmplcmpl0,2,0,0,0,1,0,0,0,1,0,0,0,0,1,
592BC101387chr1+94194895045594197895002215941948,942150,945723,945967,946132,946523,946770,947521,947734,948307,948632,948946,949279,949762,949888,942061,942250,945870,946048,946453,946655,946851,947597,947871,948457,948773,949087,949498,949811,950455,0cmplcmpl0,2,0,0,0,0,0,0,1,0,0,0,0,0,1,

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