Schema for refGene
  Database: macFas5    Primary Table: refGene    Row Count: 2,163   Data last updated: 2020-08-19
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 768smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001283175varchar(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 24013376int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 24089369int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 24013515int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 24089143int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 11int(10) unsigned range Number of exons
exonStarts 24013376,24031517,24035233,...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 24013628,24031609,24035355,...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 LCMT1varchar(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,0,2,1,2,0,0,2,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)
      macFas5.all_est.qName (via refGene.name)
      macFas5.all_mrna.qName (via refGene.name)
      macFas5.mrnaOrientInfo.name (via refGene.name)
      macFas5.refFlat.name (via refGene.name)
      macFas5.refSeqAli.qName (via refGene.name)
      macFas5.xenoRefGene.name (via refGene.name)
      macFas5.xenoRefSeqAli.qName (via refGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
768NM_001283175chr20+240133762408936924013515240891431124013376,24031517,24035233,24047414,24059031,24070975,24074512,24079978,24081613,24085763,24089120,24013628,24031609,24035355,24047491,24059093,24071078,24074633,24080080,24081705,24085861,24089369,0LCMT1cmplcmpl0,2,1,0,2,1,2,0,0,2,1,
101NM_001283848chr10+30002540300278413002772430027841230002540,30027560,30002616,30027841,0LOC101866343cmplincmpl-1,0,
585NM_001283848chrUn_KE146151-84351176890691176838435,11283,11722,9159,11392,11768,0LOC101866343cmplincmpl0,2,1,
2013NM_001283159chr1-1871747841871890491871754881871875085187174784,187179917,187180933,187187493,187188904,187176387,187180013,187181060,187187532,187189049,0ZNF684cmplcmpl1,1,0,0,-1,
1108NM_001283176chr14+686039666862419168616660686230431168603966,68616635,68618082,68618287,68618676,68619747,68621369,68621767,68622029,68622638,68622995,68604076,68616705,68618157,68618454,68618756,68620005,68621450,68621849,68622287,68622837,68624191,0RELTcmplcmpl-1,0,0,0,2,1,1,1,2,2,0,
117NM_001283190chr20-467811674680674346782203468066401046781167,46783420,46787736,46788382,46789924,46790245,46790905,46794257,46795849,46806551,46782326,46783571,46787902,46788533,46790029,46790407,46790965,46794386,46796006,46806743,0GOT2cmplcmpl0,2,1,0,0,0,0,0,2,0,
2267NM_001283188chr1-2205512832205612542205531002205611485220551283,220554553,220555413,220559006,220561146,220553120,220554605,220555572,220559076,220561254,0VAMP3cmplcmpl1,0,0,2,0,
1828NM_001283184chr3+1629568511629667171629568661629663803162956851,162962763,162965883,162957049,162962818,162966717,0SSMEM1cmplcmpl0,0,1,
150NM_001283182chr1-81508816815440498151070481543453981508816,81510945,81514121,81516912,81527225,81527887,81534014,81534435,81543366,81510801,81511063,81514244,81517035,81527332,81527951,81534069,81534489,81544049,0AIDAcmplcmpl2,1,1,1,2,1,0,0,0,
964NM_001283240chr19+49789450497913264978964949791053549789450,49789912,49790428,49790521,49791045,49789751,49790059,49790521,49790554,49791326,0FTLcmplcmpl0,0,0,1,1,

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