Schema for refGene
  Database: panPan3    Primary Table: refGene    Row Count: 218   Data last updated: 2020-06-16
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 NR_106570varchar(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 7907206int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 7907316int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 7907316int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 7907316int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 1int(10) unsigned range Number of exons
exonStarts 7907206,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 7907316,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 MIR34Avarchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat unkenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat unkenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames -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 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)
      panPan3.all_mrna.qName (via refGene.name)
      panPan3.mrnaOrientInfo.name (via refGene.name)
      panPan3.refFlat.name (via refGene.name)
      panPan3.refSeqAli.qName (via refGene.name)
      panPan3.xenoRefGene.name (via refGene.name)
      panPan3.xenoRefSeqAli.qName (via refGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
645NR_106570chr1-790720679073167907316790731617907206,7907316,0MIR34Aunkunk-1,
103NM_001293718chr1+323654293240488032366565324045301232365429,32365703,32365916,32366493,32368260,32376362,32377594,32378855,32381012,32382372,32402249,32404391,32365610,32365824,32366128,32366670,32368434,32376535,32377729,32379021,32381175,32382485,32402464,32404880,0AZIN2cmplcmpl-1,-1,-1,0,0,0,2,2,0,1,0,2,
890NR_163092chr1+40047141400472054004720540047205140047141,40047205,0MIR30Eunkunk-1,
1075NR_106556chr1-64306269643063446430634464306344164306269,64306344,0MIR101unkunk-1,
1121NR_106538chr1-70291231702913177029131770291317170291231,70291317,0MIR186unkunk-1,
1239NR_163105chr1-85848190858482408584824085848240185848190,85848240,0MIR320B-1unkunk-1,
1439NR_106586chr1+1119764811119765561119765561119765561111976481,111976556,0MIR197unkunk-1,
1439NM_001367587chr1+1120334701120387351120337841120386158112033470,112034078,112034581,112034957,112035137,112036179,112036365,112038525,112033820,112034154,112034646,112035039,112035238,112036275,112036476,112038735,0GSTM4cmplcmpl0,0,1,0,1,0,0,0,
22NM_001367588chr1+11203375011233760611203378411233715210112033750,112034078,112034581,112034957,112035137,112035200,112035205,112036179,112036363,112337062,112033820,112034154,112034646,112035039,112035199,112035205,112035227,112036264,112036476,112337606,0GSTM1cmplcmpl0,0,1,0,1,0,0,0,1,0,
1442NM_001367589chr1+1123561831123617311123562051123613138112356183,112356512,112357016,112357381,112357558,112358835,112359018,112361223,112356241,112356588,112357081,112357463,112357659,112358931,112359129,112361731,0GSTM5cmplcmpl0,0,1,0,1,0,0,0,

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