Schema for refGene
  Database: oviAri3    Primary Table: refGene    Row Count: 1,022   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 1179smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001009201varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chrXvarchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 77881871int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 77886252int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 77881871int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 77886252int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 7int(10) unsigned range Number of exons
exonStarts 77881871,77883447,77883688,...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 77882069,77883586,77883782,...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 BGNvarchar(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,2,1,1,0,1,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
        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)
      oviAri3.all_est.qName (via refGene.name)
      oviAri3.all_mrna.qName (via refGene.name)
      oviAri3.mrnaOrientInfo.name (via refGene.name)
      oviAri3.refFlat.name (via refGene.name)
      oviAri3.refSeqAli.qName (via refGene.name)
      oviAri3.xenoMrna.qName (via refGene.name)
      oviAri3.xenoRefGene.name (via refGene.name)
      oviAri3.xenoRefSeqAli.qName (via refGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
1179NM_001009201chrX-77881871778862527788187177886252777881871,77883447,77883688,77884034,77884648,77885627,77886011,77882069,77883586,77883782,77884145,77884862,77885740,77886252,0BGNcmplcmpl0,2,1,1,0,1,0,
835NM_001009202chr11-32806343328078903280643232807122332806343,32806655,32807802,32806655,32807128,32807890,0UBBcmplcmpl2,0,-1,
894NM_001009739chr11-40520168405278214052044740527797840520168,40521444,40522011,40523668,40523879,40526281,40526984,40527368,40520557,40521512,40522229,40523794,40524041,40526438,40527067,40527821,0KRT25cmplcmpl1,2,0,0,0,2,0,0,
793NM_001009738chr21+27378932273912112738010927391040527378932,27380082,27385794,27387628,27390896,27378995,27380263,27385865,27387703,27391211,0SPA17cmplcmpl-1,0,1,0,0,
1144NM_001009737chr7-73323914733691607332391473369160873323914,73326637,73344147,73350369,73353277,73359756,73367059,73368807,73324101,73326818,73344281,73350508,73353577,73359873,73367232,73369160,0ESR2cmplcmpl2,1,2,1,1,1,2,0,
2305NM_001009736chr1-2254751112254815572254751112254815577225475111,225477008,225477252,225477370,225477765,225480774,225481541,225475267,225477152,225477294,225477412,225477879,225480926,225481557,0IL12Acmplcmpl0,0,0,0,0,1,0,
962NM_001009735chr12-49537719495387714953778649538706249537719,49538703,49538257,49538771,0ISG15cmplcmpl0,0,
705NM_001009734chr17-15757673157732431575767315773243615757673,15760771,15762853,15770578,15771959,15773231,15757770,15760909,15762898,15770663,15772057,15773243,0IL15incmplcmpl0,0,0,2,0,0,
2393NM_001009733chr1+23700327423705036123700329623705008522237003274,237013470,237016079,237016657,237018323,237019843,237025130,237027102,237028489,237028620,237028624,237030646,23703316 ...237003442,237013718,237016292,237016831,237018578,237020015,237025270,237027240,237028615,237028623,237028704,237030797,23703337 ...0CPcmplcmpl0,2,1,1,1,1,2,1,1,1,1,0,1,1,2,1,1,0,1,2,0,1,
978NM_001009301chr19-51554778515567345155501351556734551554778,51555800,51555867,51556027,51556536,51555208,51555866,51555873,51556135,51556734,0CATHL3cmplcmpl0,0,0,0,0,

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