Schema for refGene
  Database: danRer3    Primary Table: refGene    Row Count: 19,345   Data last updated: 2020-08-21
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 844smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001025488varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr20varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 33950826int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 33966264int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 33950826int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 33966264int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 9int(10) unsigned range Number of exons
exonStarts 33950826,33951171,33952788,...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 33951000,33951271,33952898,...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 slc22a16varchar(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,0,1,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
        danRer3.all_est.qName (via refGene.name)
      danRer3.all_mrna.qName (via refGene.name)
      danRer3.mrnaOrientInfo.name (via refGene.name)
      danRer3.refFlat.name (via refGene.name)
      danRer3.refSeqAli.qName (via refGene.name)
      danRer3.xenoMrna.qName (via refGene.name)
      danRer3.xenoRefGene.name (via refGene.name)
      danRer3.xenoRefSeqAli.qName (via refGene.name)
      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)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
844NM_001025488chr20-33950826339662643395082633966264933950826,33951171,33952788,33958660,33960121,33960816,33962344,33963958,33966214,33951000,33951271,33952898,33958788,33960350,33961131,33962462,33964432,33966264,0slc22a16cmplcmpl0,2,0,1,0,0,2,2,0,
628NM_200075chr16-570331957228335703988572035695703319,5707376,5711394,5712400,5713478,5716545,5716618,5720236,5722711,5704069,5707488,5711491,5712556,5713703,5716615,5716759,5720356,5722833,0hspbp1cmplcmpl0,2,1,1,1,0,0,0,-1,
750NM_001126410chr2+21649819216631242165936121663124321649819,21659287,21662788,21649934,21660063,21663124,0htr5aacmplcmpl-1,0,0,
668NM_001130620chr22-109711391098847010971139109884702310971139,10971305,10973355,10973560,10975877,10976052,10976218,10977732,10977948,10978673,10979312,10979735,10980781,10981222,10 ...10971217,10971362,10973460,10973680,10975967,10976118,10976296,10977796,10978018,10978765,10979404,10979833,10980851,10981292,10 ...0abcd3bcmplcmpl0,0,0,0,0,0,0,2,1,2,0,1,0,2,0,0,2,0,2,0,0,2,0,
938NM_001128788chrNA-46347805463491864634790246349129146347805,46349186,0rxfp3cmplcmpl0,
720NM_001115056chr25-17801732178040401780174117803992317801732,17803425,17803922,17801853,17803540,17804040,0ccl35.1cmplcmpl2,1,0,
945NM_001115055chr5-47282470472896564728249747289596447282470,47282658,47288025,47289448,47282552,47282772,47288152,47289656,0cxcl20cmplcmpl2,2,1,0,
726NM_001128670chr15-185554751859216418558037185869991018555475,18557989,18561722,18565270,18567531,18570869,18572240,18578998,18586792,18592110,18556019,18558109,18562049,18565570,18567725,18571065,18572377,18579227,18587004,18592164,0pdzk1cmplcmpl-1,0,0,0,1,0,1,0,0,-1,
894NM_001009902chr8-405156424056460140516178405642611040515642,40519655,40519801,40521422,40526867,40529451,40533725,40535055,40564195,40564564,40516247,40519696,40519889,40521515,40526910,40529496,40533749,40535120,40564396,40564601,0ppihcmplcmpl0,1,0,0,2,2,2,0,0,-1,
106NM_001020632chr22+34823276348744553482327634873649434823276,34826239,34852506,34873538,34823348,34826290,34852647,34874455,0banpincmplcmpl0,0,0,0,

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