Schema for refGene
  Database: susScr11    Primary Table: refGene    Row Count: 4,614   Data last updated: 2020-08-20
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 1089smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001112689varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr13varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 66142314int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 66148434int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 66142354int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 66148418int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 6int(10) unsigned range Number of exons
exonStarts 66142314,66144461,66144732,...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 66142517,66144649,66144891,...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 CIDECvarchar(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,0,0,2,2,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)
      susScr11.all_est.qName (via refGene.name)
      susScr11.all_mrna.qName (via refGene.name)
      susScr11.mrnaOrientInfo.name (via refGene.name)
      susScr11.refFlat.name (via refGene.name)
      susScr11.refSeqAli.qName (via refGene.name)
      susScr11.xenoMrna.qName (via refGene.name)
      susScr11.xenoRefGene.name (via refGene.name)
      susScr11.xenoRefSeqAli.qName (via refGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
1089NM_001112689chr13-66142314661484346614235466148418666142314,66144461,66144732,66147081,66148118,66148413,66142517,66144649,66144891,66147235,66148196,66148434,0CIDECcmplcmpl2,0,0,2,2,0,
1082NM_001243031chr2-652357566525247765236271652522392965235756,65236374,65236503,65236657,65236877,65237514,65237665,65238105,65238284,65238474,65238644,65238782,65240234,65240442,65 ...65236292,65236422,65236580,65236784,65236941,65237579,65237803,65238196,65238384,65238526,65238703,65238856,65240351,65240501,65 ...0CC2D1Acmplcmpl0,0,1,0,2,0,0,2,1,0,1,2,2,0,0,1,0,1,0,1,1,0,1,0,0,0,1,0,0,
595NR_128506chr1-134018213402631340263134026311340182,1340263,0MIR9821unkunk-1,
621NM_214447chr9-481820548202434818205482019034818205,4819772,4820098,4818334,4819995,4820243,0HBE1cmplcmpl0,2,0,
1008NM_214446chr1-55552946555548685555294655554868355552946,55553477,55554768,55553024,55553662,55554868,0CGAcmplcmpl0,1,0,
875NM_214444chr15+38064194380656093806425138065383238064194,38065237,38064309,38065609,0LOC404703cmplcmpl0,1,
920NM_214443chr7-44019704440243224401987344024295244019704,44024240,44020022,44024322,0DEFB110cmplcmpl1,0,
835NM_214441chr13-32798134328007053279838332800155332798134,32798874,32799255,32798701,32798964,32800705,0HYAL1cmplcmpl0,0,0,
835NM_214439chr13-32791264327928443279126432792827332791264,32791639,32791933,32791540,32791729,32792844,0HYAL3cmplcmpl0,0,0,
835NM_214440chr13-32805496328078713280552332807867432805496,32805541,32806335,32806937,32805534,32805934,32806425,32807871,0HYAL2cmplcmpl1,0,0,0,

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