Schema for refGene
  Database: xenTro9    Primary Table: refGene    Row Count: 8,806   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 2058smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001078987varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr1varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 193109389int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 193134311int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 193109454int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 193133985int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 14int(10) unsigned range Number of exons
exonStarts 193109389,193117028,1931221...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 193109458,193117501,1931222...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 pias2varchar(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,2,2,0,0,1,0,2,1,2,1,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)
      xenTro9.all_est.qName (via refGene.name)
      xenTro9.all_mrna.qName (via refGene.name)
      xenTro9.mrnaOrientInfo.name (via refGene.name)
      xenTro9.refFlat.name (via refGene.name)
      xenTro9.refSeqAli.qName (via refGene.name)
      xenTro9.xenoRefGene.name (via refGene.name)
      xenTro9.xenoRefSeqAli.qName (via refGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
2058NM_001078987chr1+19310938919313431119310945419313398514193109389,193117028,193122133,193123211,193123357,193124548,193126752,193127880,193128102,193129947,193130871,193132152,19313241 ...193109458,193117501,193122218,193123262,193123448,193124683,193126858,193127954,193128263,193130081,193131043,193132292,19313244 ...0pias2cmplcmpl0,2,1,2,2,0,0,1,0,2,1,2,1,0,
202NM_001079087chr5+1357904211357956111357943011357951262135790421,135794262,135790576,135795611,0lratd1cmplcmpl-1,0,
1058NM_001079086chr7+62060185620671836206097062066379562060185,62060928,62062562,62064737,62066254,62060244,62061300,62062593,62064881,62067183,0cabp4cmplcmpl-1,0,0,1,1,
886NR_049608chr4-39569263395693543956935439569354139569263,39569354,0mir210unkunk-1,
585NM_001030374chrUn_NW_016683574v1-15375173291723917329115375,17329,0glo1cmplincmpl0,
992NM_001030373chr2+533621135336815353362185533677821053362113,53363943,53364659,53365794,53366107,53366549,53366776,53367086,53367256,53367732,53362266,53364073,53364753,53365960,53366230,53366670,53366859,53367148,53367360,53368153,0snrnp40cmplcmpl0,0,1,2,0,0,1,0,2,1,
649NM_001030371chr9-8483804849382484863858492176108483804,8486810,8488483,8488772,8489543,8489864,8490649,8490910,8492019,8493695,8486503,8486862,8488580,8488868,8489661,8490002,8490731,8491027,8492217,8493824,0septin12cmplcmpl2,1,0,0,2,2,1,1,0,-1,
946NR_049636chr8-47368664473687384736873847368738147368664,47368738,0mir15cunkunk-1,
1463NM_001016077chr6+1151043781151214211151044181151186673115104378,115117792,115120715,115104734,115119476,115121421,0gdf6cmplcmpl0,1,-1,
1414NM_001016209chr4+1087579431087676921087579451087664609108757943,108759331,108760296,108760676,108761610,108763380,108764124,108764585,108766358,108757980,108759535,108760389,108760791,108761805,108763485,108764181,108764684,108767692,0hsd17b7cmplcmpl0,2,2,2,0,0,0,0,0,

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