Schema for refGene
  Database: oviAri1    Primary Table: refGene    Row Count: 955   Data last updated: 2020-08-22
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 645smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001009339varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr7varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 7865372int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 7878912int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 7865429int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 7878887int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 5int(10) unsigned range Number of exons
exonStarts 7865372,7866228,7867739,786...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 7865510,7866312,7867952,786...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 CRHBPvarchar(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,1,1,1,2,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 refGene.name)
      hgFixed.gbMiscDiff.acc (via refGene.name)
      hgFixed.gbSeq.acc (via refGene.name)
      hgFixed.gbWarn.acc (via refGene.name)
      hgFixed.imageClone.acc (via refGene.name)
      hgFixed.refLink.mrnaAcc (via refGene.name)
      hgFixed.refSeqStatus.mrnaAcc (via refGene.name)
      hgFixed.refSeqSummary.mrnaAcc (via refGene.name)
      knownGeneV39.kgXref.refseq (via refGene.name)
      knownGeneV39.knownToRefSeq.value (via refGene.name)
      oviAri1.all_est.qName (via refGene.name)
      oviAri1.all_mrna.qName (via refGene.name)
      oviAri1.mrnaOrientInfo.name (via refGene.name)
      oviAri1.refFlat.name (via refGene.name)
      oviAri1.refSeqAli.qName (via refGene.name)
      oviAri1.xenoMrna.qName (via refGene.name)
      oviAri1.xenoRefGene.name (via refGene.name)
      oviAri1.xenoRefSeqAli.qName (via refGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
645NM_001009339chr7+786537278789127865429787888757865372,7866228,7867739,7869696,7878727,7865510,7866312,7867952,7869845,7878912,0CRHBPcmplcmpl0,1,1,1,2,
118NM_001009727chr11+480848994811263348084899481126331348084899,48095088,48095180,48100174,48100255,48106777,48108005,48108352,48108772,48110908,48111630,48111949,48112551,48084978,48095173,48095210,48100255,48100259,48106883,48108126,48108506,48108833,48110981,48111766,48111991,48112633,0CRHR1incmplincmpl1,0,2,2,0,1,2,0,1,2,2,0,0,
18NM_001009289chr3+79475098800404187947521880040418879475098,79565090,79612678,79615123,79716427,79736661,80040175,80040330,79475370,79565162,79612753,79615200,79716500,79736847,80040312,80040418,0FSHRcmplincmpl0,2,2,2,2,2,0,2,
2350NM_001009287chr3+2314127152314133832314127152314133732231412715,231413226,231412889,231413383,0LGALS1incmplcmpl0,0,
619NM_001009286chr5-450557145070564505667450705644505571,4505861,4506533,4506953,4505689,4505945,4506620,4507056,0UBA52cmplcmpl2,1,1,0,
827NM_001009279chr23+31719537317296893171955531729632631719537,31723253,31723524,31724548,31724989,31729353,31719587,31723481,31723668,31724713,31725070,31729689,0AQP4cmplcmpl0,2,0,0,0,0,
284NM_001009276chr2-22150399122152492322150634522152083310221503991,221506345,221507484,221510387,221511825,221513242,221515982,221520793,221523818,221524832,221504160,221506508,221507625,221510538,221512004,221513348,221516274,221520833,221523874,221524923,0IDH1incmplincmpl-1,1,1,0,1,0,2,1,-1,-1,
1570NM_001009274chr1+1292005681292116821292006321292101536129200568,129203890,129206737,129209980,129210108,129211599,129200719,129204064,129206779,129210068,129211465,129211682,0RCAN1cmplcmpl0,0,1,1,0,-1,
1695NM_001009273chr3-1455494291455686481455494301455686486145549429,145550592,145550965,145552223,145568633,145568637,145549616,145550676,145551130,145552568,145568637,145568648,0AQP5cmplincmpl0,0,0,0,1,1,
800NM_001009270chr6+28245973282490592824607728248803528245973,28246563,28247957,28248363,28248741,28246081,28246601,28248013,28248493,28249059,0H2AZ1cmplcmpl0,1,1,0,1,

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