Schema for refGene
  Database: rheMac8    Primary Table: refGene    Row Count: 6,507   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 956smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001261002varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chrXvarchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 48692348int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 48702203int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 48694018int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 48698991int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 13int(10) unsigned range Number of exons
exonStarts 48692348,48693931,48694419,...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 48692374,48694139,48694489,...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 FTSJ1varchar(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 -1,0,1,2,0,1,0,0,1,1,0,0,-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)
      rheMac8.all_est.qName (via refGene.name)
      rheMac8.all_mrna.qName (via refGene.name)
      rheMac8.mrnaOrientInfo.name (via refGene.name)
      rheMac8.refFlat.name (via refGene.name)
      rheMac8.refSeqAli.qName (via refGene.name)
      rheMac8.xenoRefGene.name (via refGene.name)
      rheMac8.xenoRefSeqAli.qName (via refGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
956NM_001261002chrX+486923484870220348694018486989911348692348,48693931,48694419,48694587,48695008,48697123,48697261,48697398,48697604,48698374,48698568,48698958,48701687,48692374,48694139,48694489,48694678,48695087,48697176,48697315,48697501,48697688,48698478,48698766,48699000,48702203,0FTSJ1cmplcmpl-1,0,1,2,0,1,0,0,1,1,0,0,-1,
1NM_001194881chr6-502790425040182950279877504017621050279042,50298556,50301421,50342009,50345769,50347718,50348458,50350371,50383846,50401714,50280039,50298733,50301588,50342150,50345817,50347849,50348586,50350507,50384112,50401829,0DEPDC1Bcmplcmpl0,0,1,1,1,2,0,2,0,0,
1236NM_001194475chr7+85359941853752248535999785374819885359941,85361236,85365868,85372019,85372189,85372535,85373142,85374704,85360125,85361414,85365970,85372090,85372241,85372670,85373198,85375224,0DHRS4cmplcmpl0,2,0,0,2,0,0,2,
1135NM_001194474chr10-72100399721044217210145572104375372100399,72102578,72104341,72102037,72102721,72104421,0OSMcmplcmpl0,1,0,
600NM_001194735chr15+197479719766211974797197651231974797,1975403,1976343,1975025,1975543,1976621,0DNLZcmplcmpl0,0,2,
596NM_001194733chr15+153815115430151538170154050771538151,1538657,1538883,1539198,1540037,1540472,1542865,1538266,1538797,1538954,1539309,1540139,1540538,1543015,0LCN15cmplcmpl0,0,2,1,1,1,-1,
605NM_001194732chr19-2668359269429126698042681232122668359,2669798,2670146,2671651,2673812,2674790,2675926,2677395,2679300,2679744,2681132,2694190,2668514,2669919,2670236,2671689,2673875,2674929,2676031,2677495,2679385,2679851,2681255,2694291,0SGTAcmplcmpl-1,2,2,0,0,2,2,1,0,1,0,-1,
589NM_001194731chr15+6412946508356415266503736641294,643081,643959,644661,649761,650229,641577,643141,644066,644802,649942,650835,0ZMYND19cmplcmpl0,0,0,2,2,0,
597NM_001194730chr16-159696115993761596961159937641596961,1598628,1598942,1599200,1597414,1598711,1599025,1599376,0TLCD2cmplcmpl0,1,2,0,
593NM_001194728chr16+114316011438681143160114386811143160,1143868,0BHLHA9cmplcmpl0,

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