Schema for refGene
  Database: gorGor4    Primary Table: refGene    Row Count: 474   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 1233smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NR_106406varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr14varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 85063461int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 85063571int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 85063571int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 85063571int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 1int(10) unsigned range Number of exons
exonStarts 85063461,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 85063571,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 MIR376Bvarchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat unkenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat unkenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames -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
        gorGor4.all_mrna.qName (via refGene.name)
      gorGor4.mrnaOrientInfo.name (via refGene.name)
      gorGor4.refFlat.name (via refGene.name)
      gorGor4.refSeqAli.qName (via refGene.name)
      gorGor4.xenoRefGene.name (via refGene.name)
      gorGor4.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
1233NR_106406chr14+85063461850635718506357185063571185063461,85063571,0MIR376Bunkunk-1,
1232NR_106395chr14+84928778849288888492888884928888184928778,84928888,0MIR370unkunk-1,
1001NR_106432chr5+54634285546343965463439654634396154634285,54634396,0MIR144unkunk-1,
1234NR_106433chr14+85068928850690368506903685069036185068928,85069036,0MIR381unkunk-1,
989NR_128588chr19+53078316530784355307843553078435153078316,53078435,0MIR518Dunkunk-1,
989NR_128587chr19+53073318530734165307341653073416153073318,53073416,0MIR518Eunkunk-1,
839NM_001293723chr1+333241463336432233325232333639731133324146,33324373,33325160,33326928,33335743,33336975,33338225,33340379,33341740,33361691,33363834,33324277,33324491,33325337,33327102,33335916,33337110,33338391,33340542,33341853,33361906,33364322,0AZIN2cmplcmpl-1,-1,0,0,0,2,2,0,1,0,2,
1946NR_106264chr1-1784436581784437681784437681784437681178443658,178443768,0MIR181Bunkunk-1,
1946NR_106263chr1+1784198321784199421784199421784199421178419832,178419942,0MIR181A-1unkunk-1,
1233NR_106317chr14+85057076850571848505718485057184185057076,85057184,0MIR495unkunk-1,

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