Schema for refGene
  Database: bosTau9    Primary Table: refGene    Row Count: 14,561   Data last updated: 2019-05-21
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 106smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001035472varchar(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 35381296int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 35415199int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 35381496int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 35413610int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 6int(10) unsigned range Number of exons
exonStarts 35381296,35398924,35403015,...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 35381530,35399016,35403210,...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 CHMP2Bvarchar(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,0,0,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
        bosTau9.all_est.qName (via refGene.name)
      bosTau9.all_mrna.qName (via refGene.name)
      bosTau9.mrnaOrientInfo.name (via refGene.name)
      bosTau9.refFlat.name (via refGene.name)
      bosTau9.refSeqAli.qName (via refGene.name)
      bosTau9.xenoRefGene.name (via refGene.name)
      bosTau9.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
106NM_001035472chr1+35381296354151993538149635413610635381296,35398924,35403015,35406907,35413191,35413499,35381530,35399016,35403210,35407010,35413298,35415199,0CHMP2Bcmplcmpl0,1,0,0,1,0,
592NM_001077977chr1+104052210470181046439104682931040522,1041573,1046389,1040594,1041668,1047018,0KCNE1cmplcmpl-1,-1,0,
593NM_001077124chr1-109912411001431099325110008111099124,1100143,0FAM243Acmplcmpl0,
593NM_001114516chr1-110287811183121105555111211441102878,1105542,1112102,1118250,1103061,1105720,1112201,1118312,0SMIM11Acmplcmpl-1,0,0,-1,
593NM_001077084chr1-112394011317481124229112460121123940,1131642,1124613,1131748,0KCNE2cmplcmpl0,-1,
1200NM_173984chr1-80611856806187708061222480618760780611856,80613171,80614116,80615401,80615931,80616333,80618547,80612542,80613258,80614218,80615565,80616016,80616444,80618770,0AHSGcmplcmpl0,0,0,1,0,0,0,
599NM_001035037chr1+1909585194320719183141942914131909585,1918308,1919950,1920756,1922869,1924592,1933204,1934464,1936832,1938586,1939736,1942228,1942814,1909641,1918380,1920028,1920829,1922914,1924661,1933338,1934576,1936931,1938708,1939842,1942274,1943207,0CRYZL1cmplcmpl-1,0,0,0,1,1,1,0,1,1,0,1,2,
599NM_001083445chr1+1943960195400119439601953367101943960,1945008,1946022,1947128,1948520,1949322,1949512,1950463,1951841,1953229,1944257,1945089,1946226,1947307,1948699,1949404,1949617,1950662,1952054,1954001,0DONSONcmplcmpl0,0,0,0,2,1,2,2,0,0,
74NM_001083694chr1-1954260198511719550111985068131954260,1955689,1955906,1957761,1961941,1963068,1970278,1970660,1972709,1974168,1978268,1981826,1984991,1955170,1955805,1955978,1957909,1962058,1963179,1970467,1970807,1972871,1977311,1980071,1981993,1985117,0SONcmplcmpl0,1,1,0,0,0,0,0,0,1,1,2,0,
1441NM_001045879chr4-11219859811221555411219898211221549510112198598,112200107,112200534,112203029,112205795,112206058,112206693,112208835,112209971,112215407,112199398,112200341,112200688,112203181,112205954,112206264,112206832,112209041,112210149,112215554,0PDIA4cmplcmpl1,1,0,1,1,2,1,2,1,0,

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