Schema for refGene
  Database: felCat9    Primary Table: refGene    Row Count: 429   Data last updated: 2019-03-22
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 863smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001009849varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chrE2varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 36523718int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 36526085int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 36523718int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 36526085int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 3int(10) unsigned range Number of exons
exonStarts 36523718,36525219,36525973,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 36523788,36525337,36526085,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 CCL17varchar(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,1,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
        felCat9.all_est.qName (via refGene.name)
      felCat9.all_mrna.qName (via refGene.name)
      felCat9.mrnaOrientInfo.name (via refGene.name)
      felCat9.refFlat.name (via refGene.name)
      felCat9.refSeqAli.qName (via refGene.name)
      felCat9.xenoMrna.qName (via refGene.name)
      felCat9.xenoRefGene.name (via refGene.name)
      felCat9.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
863NM_001009849chrE2+36523718365260853652371836526085336523718,36525219,36525973,36523788,36525337,36526085,0CCL17cmplcmpl0,1,2,
1227NM_001009828chrD1-84257818842585628425781884258562184257818,84258562,0BDNFcmplcmpl0,
762NM_001009827chrE1-23276059232829992327646023282943423276059,23276487,23281555,23282867,23276485,23276548,23281667,23282999,0CCL5cmplcmpl2,2,1,0,
1577NM_001009826chrC1-1300887951300925961300893351300925272130088795,130092512,130090382,130092596,0CXCR4cmplcmpl0,0,
759NM_001309049chrA1+22918805229203442291905722920092122918805,22920344,0LPAR6cmplcmpl0,
875NM_001042567chrB1-380743383809846038074369380984301038074338,38076636,38078534,38079916,38082234,38083702,38084693,38086308,38090951,38098342,38074370,38076741,38078717,38080037,38082477,38083936,38084805,38086488,38091121,38098460,0LPLcmplcmpl2,2,2,1,1,1,0,0,1,0,
1173NM_001114344chrA1-77088366771301447708836677130144577088366,77090096,77090957,77107822,77130022,77088755,77090210,77091050,77108106,77130144,0EFNB2cmplcmpl1,1,1,2,0,
1213NM_001163655chrA1+82349957823670918234996482366275982349957,82355010,82356955,82357292,82363801,82364528,82365408,82365544,82366135,82350016,82355132,82357175,82357451,82363989,82364654,82365475,82365715,82367091,0LAMP1cmplcmpl0,1,0,1,1,0,0,1,1,
1284NM_001167474chrA1+91725271917261749172527191726174191725271,91726174,0FELCATV1R2cmplcmpl0,
1433NM_001309037chrA1+1111903861111922901111903861111922904111190386,111190641,111191340,111192184,111190545,111190683,111191466,111192290,0CSF2cmplincmpl0,0,0,0,

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