Schema for refGene
  Database: monDom4    Primary Table: refGene    Row Count: 1,242   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 4671smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001039868varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr2varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 535568147int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 535569092int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 535568147int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 535569092int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 1int(10) unsigned range Number of exons
exonStarts 535568147,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 535569092,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 T2R27varchar(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
        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)
      monDom4.all_est.qName (via refGene.name)
      monDom4.all_mrna.qName (via refGene.name)
      monDom4.mrnaOrientInfo.name (via refGene.name)
      monDom4.refFlat.name (via refGene.name)
      monDom4.refSeqAli.qName (via refGene.name)
      monDom4.xenoMrna.qName (via refGene.name)
      monDom4.xenoRefGene.name (via refGene.name)
      monDom4.xenoRefSeqAli.qName (via refGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
4671NM_001039868chr2-5355681475355690925355681475355690921535568147,535569092,0T2R27cmplcmpl0,
357NM_001102434chr5-2981794652982783102981794652982783106298179465,298192234,298197757,298220505,298232068,298278125,298180370,298192358,298197976,298221312,298232393,298278310,0VN2R650cmplcmpl1,0,0,0,2,0,
2859NM_001102433chr5-2980669452981274522980669452981274525298066945,298079092,298086442,298106032,298127164,298067850,298079216,298086661,298106839,298127452,0VN2R648cmplcmpl1,0,0,0,0,
2858NM_001102432chr5-2979752912980322012979752912980320996297975291,297989499,297996825,298015804,298029538,298032022,297976196,297989623,297997044,298016611,298029830,298032201,0VN2R647cmplcmpl1,0,0,0,2,0,
356NM_001102429chr5-2976556352977517682976556352977517685297655635,297669479,297675833,297698989,297751480,297656540,297669603,297676052,297699796,297751768,0VN2R643cmplcmpl1,0,0,0,0,
1325NR_034995chrUn-97001934970020169700201697002016197001934,97002016,0MIR551Aunkunk-1,
4520NM_001099537chr3+5158311535158699215158311535158699216515831153,515833429,515848394,515861600,515862761,515869001,515831312,515833780,515849198,515861828,515862885,515869921,0VN2R533cmplcmpl0,0,0,0,0,1,
3571NM_001099536chr4-3914370813914647843914370813914647515391437081,391440005,391443930,391463165,391464496,391437982,391440133,391444158,391463969,391464784,0VN2R591cmplcmpl2,0,0,0,0,
658NR_127463chr2+961352896135819613581961358119613528,9613581,0MIR7271unkunk-1,
13493NR_127462chr2-5415510225415510805415510805415510801541551022,541551080,0MIR7270unkunk-1,

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