Schema for refGene
  Database: vicPac2    Primary Table: refGene    Row Count: 17   Data last updated: 2020-02-05
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 604smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001287199varchar(255) values Name of gene (usually transcript_id from GTF)
chrom KB632446varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 2560731int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 2566824int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 2560731int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 2566746int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 5int(10) unsigned range Number of exons
exonStarts 2560731,2561983,2564135,256...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 2560915,2562091,2564315,256...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 PRLvarchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat incmplenum('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,0,2,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)
      vicPac2.all_est.qName (via refGene.name)
      vicPac2.all_mrna.qName (via refGene.name)
      vicPac2.mrnaOrientInfo.name (via refGene.name)
      vicPac2.refFlat.name (via refGene.name)
      vicPac2.refSeqAli.qName (via refGene.name)
      vicPac2.xenoRefGene.name (via refGene.name)
      vicPac2.xenoRefSeqAli.qName (via refGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
604NM_001287199KB632446+256073125668242560731256674652560731,2561983,2564135,2566478,2566520,2560915,2562091,2564315,2566520,2566824,0PRLincmplcmpl2,0,0,0,2,
608NM_001287198KB632449-311157231132963111666311323753111572,3112143,3112491,3112823,3113227,3111867,3112305,3112608,3112984,3113296,0GH1cmplcmpl0,0,0,1,0,
590NM_001287197KB632605-7707267714767708257714003770726,770973,771292,770892,771146,771476,0MIFcmplcmpl2,0,0,
623NM_001287200KB632560+5058739506256050587395062560125058739,5059442,5059622,5059828,5059986,5060738,5060975,5061210,5061490,5062133,5062306,5062473,5058776,5059531,5059690,5059889,5060043,5060834,5061050,5061307,5061560,5062194,5062387,5062560,0CDK5cmplcmpl0,1,0,2,0,0,0,0,1,2,0,0,
73NM_001290071KB632637+2536122664092536322662657253612,256887,258300,260041,260403,265455,266106,253987,257048,258418,260119,260551,265609,266409,0TGFB1cmplcmpl0,1,0,1,1,2,0,
661NM_001287858KB632468-10005200100091181000520010009118310005200,10007602,10008958,10005320,10007667,10009118,0ASIPcmplcmpl0,1,0,
95NM_001293786KB632436+234572982348903823458364234887001123457298,23457541,23458297,23460005,23463738,23464892,23465783,23467497,23468831,23485116,23488561,23457445,23457659,23458469,23460179,23463911,23465027,23465949,23467660,23468944,23485331,23489038,0AZIN2cmplcmpl-1,-1,0,0,0,2,2,0,1,0,2,
598NM_001291757KB632582+1804448183161818204741829408131804448,1808535,1815117,1820378,1822065,1823040,1824687,1826217,1826732,1827400,1828414,1828853,1829296,1804804,1808673,1815263,1820576,1822239,1823213,1824822,1826299,1826807,1827563,1828530,1829068,1831618,0AZIN1cmplcmpl-1,-1,-1,0,0,0,2,2,0,0,1,0,2,
628NM_001291338KB632506-573914957521085744283575189125739149,5751886,5745511,5752108,0PEG10cmplcmpl2,0,
628NM_001291337KB632506-573914957521085743138575189125739149,5751886,5745511,5752108,0PEG10cmplcmpl2,0,

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