Schema for refGene
  Database: gasAcu1    Primary Table: refGene    Row Count: 65   Data last updated: 2020-08-19
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 590smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001267687varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chrIvarchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 717456int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 724541int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 717456int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 724541int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 4int(10) unsigned range Number of exons
exonStarts 717456,718511,719636,724415,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 717597,718559,719789,724541,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 LOC100190878varchar(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,0,0,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
        gasAcu1.all_est.qName (via refGene.name)
      gasAcu1.all_mrna.qName (via refGene.name)
      gasAcu1.mrnaOrientInfo.name (via refGene.name)
      gasAcu1.refFlat.name (via refGene.name)
      gasAcu1.refSeqAli.qName (via refGene.name)
      gasAcu1.xenoMrna.qName (via refGene.name)
      gasAcu1.xenoRefGene.name (via refGene.name)
      gasAcu1.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
590NM_001267687chrI+7174567245417174567245414717456,718511,719636,724415,717597,718559,719789,724541,0LOC100190878cmplcmpl0,0,0,0,
673NM_001267680chrI-11579499115811821157949911581182211579499,11580321,11580240,11581182,0socs9cmplcmpl0,0,
759NM_001267653chrI-228167282283012422816728228301241422816728,22817099,22817593,22818725,22819114,22819500,22820101,22821375,22821841,22823937,22824178,22824414,22828354,22830061,22816989,22817285,22817689,22818877,22819224,22819559,22820182,22821395,22821918,22824065,22824301,22824585,22828438,22830124,0cacnb4.1cmplcmpl0,0,0,1,2,0,0,1,2,0,0,0,0,0,
675NM_001267646chrII+118426091184789111842656118473961111842609,11844431,11844951,11845214,11845481,11845733,11846329,11846632,11847003,11847197,11847362,11842885,11844624,11845102,11845362,11845648,11845871,11846466,11846757,11847077,11847271,11847891,0rhcgcmplcmpl0,1,2,0,1,0,0,2,1,0,2,
745NM_001267628chrIV+210183132102919221018340210275793221018313,21019011,21019564,21020298,21020582,21020838,21021138,21021420,21021646,21021908,21022123,21022307,21022524,21022833,21 ...21018389,21019056,21019790,21020428,21020646,21020921,21021331,21021546,21021767,21022044,21022201,21022377,21022662,21022983,21 ...0spg1cmplcmpl0,1,1,2,0,1,0,1,1,2,0,0,1,1,1,0,1,2,1,0,2,0,0,0,1,0,1,-1,-1,-1,-1,-1,
751NM_001267676chrII+21769056217702442176905621770244121769056,21770244,0socs4cmplcmpl0,
701NM_001267650chrVI+15261700152635361526203215263443415261700,15262031,15262845,15263209,15261718,15262126,15262964,15263536,0LOC100174897cmplcmpl-1,0,1,0,
610NM_001267682chrIV-330480633057653304806330576543304806,3305032,3305517,3305654,3304917,3305179,3305556,3305765,0il-2cmplcmpl0,0,0,0,
610NM_001267683chrIV-330792833086033307928330860343307928,3308110,3308338,3308480,3308036,3308236,3308374,3308603,0LOC100190874cmplcmpl0,0,0,0,
610NM_001267686chrIV-331420433167343314204331673463314204,3314371,3314557,3314674,3316448,3316584,3314231,3314449,3314590,3314779,3316490,3316734,0il-21cmplcmpl0,0,0,0,0,0,

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