Schema for refGene
  Database: taeGut2    Primary Table: refGene    Row Count: 1,263   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 1050smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001204409varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr1Avarchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 60951562int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 61009544int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 60951919int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 60998182int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 9int(10) unsigned range Number of exons
exonStarts 60951562,60955195,60976978,...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 60952470,60955334,60977119,...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 PRR5varchar(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 1,0,0,1,0,2,2,0,-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
        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)
      taeGut2.all_est.qName (via refGene.name)
      taeGut2.all_mrna.qName (via refGene.name)
      taeGut2.mrnaOrientInfo.name (via refGene.name)
      taeGut2.refFlat.name (via refGene.name)
      taeGut2.refSeqAli.qName (via refGene.name)
      taeGut2.xenoRefGene.name (via refGene.name)
      taeGut2.xenoRefSeqAli.qName (via refGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
1050NM_001204409chr1A-60951562610095446095191960998182960951562,60955195,60976978,60978919,60983182,60983888,60989867,60998078,61009404,60952470,60955334,60977119,60979011,60983240,60983937,60989948,60998192,61009544,0PRR5cmplcmpl1,0,0,1,0,2,2,0,-1,
75NM_001245268chr1+232298023815822323027238090332322980,2340930,2380775,2323036,2340982,2381582,0LOC100190510cmplcmpl0,0,1,
638NM_001193260chr13+6954380697244669543806972446216954380,6958831,6959850,6960876,6961690,6962723,6963868,6964234,6965061,6965832,6967374,6967985,6968415,6968659,6969350,6969595, ...6954429,6959077,6960135,6961013,6961850,6962913,6963984,6964355,6965252,6965945,6967501,6968090,6968526,6968822,6969451,6969711, ...0CSF1Rcmplcmpl0,1,1,1,0,1,2,1,2,1,0,1,1,1,2,1,0,0,1,2,0,
648NM_001197298chr18+831913183208138319666832024048319131,8319652,8319872,8320111,8319239,8319794,8320026,8320813,0H3F3Bcmplcmpl-1,0,2,0,
585NR_049035chrUn_ABQF01102820+253826302630263012538,2630,0MIRLET7C-1unkunk-1,
1421NR_049004chr1+1096966511096967231096967231096967231109696651,109696723,0MIR125-1unkunk-1,
585NM_001245163chr1_KB442171_random-179520172017201711795,2017,0TIMM10Bunkunk-1,
611NM_001245162chr15-353415435383573535093353831143534154,3535526,3535927,3538308,3535211,3535762,3536119,3538357,0VPS29cmplcmpl2,0,0,0,
589NM_001245174chr22+5999876025996000226021683599987,600432,602027,600118,600555,602599,0TMEM230cmplcmpl0,0,0,
585NM_001245935chrUn_EQ843444+300150232612814300,434,663,1248,350,455,825,1502,0LOC100229760cmplcmpl0,0,0,0,

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