Schema for mgcGenes
  Database: rn4    Primary Table: mgcGenes    Row Count: 6,808   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 601smallint(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 2150618int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 2155593int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 2150896int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 2155114int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 7int(10) unsigned range Number of exons
exonStarts 2150618,2151622,2152351,215...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 2150963,2151764,2152495,215...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)
      rn4.all_mrna.qName (via mgcGenes.name)
      rn4.mgcFullMrna.qName (via mgcGenes.name)
      rn4.mrnaOrientInfo.name (via mgcGenes.name)
      rn4.mrnaRefseq.mrna (via mgcGenes.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
601BC079076chr1-215061821555932150896215511472150618,2151622,2152351,2153061,2153587,2155023,2155449,2150963,2151764,2152495,2153325,2153848,2155157,2155593,0cmplcmpl2,1,1,1,1,0,-1,
602BC088417chr1-228798023046382293873230463872287980,2293836,2295667,2296340,2300387,2303332,2304533,2289554,2294053,2295753,2296461,2300492,2303364,2304638,0cmplincmpl-1,0,1,0,0,1,1,
603BC097929chr1+2394946243657224102412436411112394946,2410228,2412554,2415185,2420857,2423588,2424823,2433080,2434115,2434623,2436212,2395129,2410403,2412712,2415366,2420979,2423694,2424982,2433207,2434250,2434750,2436572,0cmplcmpl-1,0,0,2,0,2,0,0,1,1,2,
604BC085788chr1-256853526177422574239258645072568535,2573194,2574562,2581605,2586348,2617623,2617708,2570027,2574359,2574723,2583106,2586536,2617663,2617742,0cmplcmpl-1,0,1,0,0,-1,-1,
630BC083823chr1+597520659912145982688599040635975206,5982672,5990202,5975361,5984713,5991214,0cmplcmpl-1,0,0,
643BC099159chr1-768375676853787684771768520517683756,7685378,0cmplcmpl0,
645BC079397chr1-7956275796899979565607968981117956275,7956864,7957394,7957731,7958656,7959638,7960216,7962636,7966754,7968105,7968978,7956671,7957065,7957447,7957871,7958784,7959885,7960355,7962724,7966925,7968237,7968999,0cmplcmpl0,0,1,2,0,2,1,0,0,0,0,
648BC078933chr1+828957983043698289668830423678289579,8291593,8295339,8296499,8297054,8302714,8304095,8289868,8291781,8295679,8296710,8297245,8302823,8304369,0cmplcmpl0,2,1,2,0,2,0,
648BC062046chr1-8316731835805283168498357872128316731,8319665,8329384,8330519,8338239,8339316,8339470,8339769,8341284,8346639,8351341,8357799,8316933,8319762,8329507,8330590,8338405,8339371,8339537,8339894,8341328,8346721,8351473,8358052,0cmplcmpl0,2,2,0,2,1,0,1,2,1,1,0,
648BC158616chr1+835816383726508358245837265048358163,8361897,8370890,8372543,8358341,8362002,8371041,8372650,0cmplincmpl0,0,0,1,

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