Schema for xenoRefGene
  Database: hg38    Primary Table: xenoRefGene    Row Count: 200,365   Data last updated: 2020-08-17
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 596smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001123207varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr6_GL000254v2_altvarchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 1515909int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 1516401int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 1515909int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 1516401int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 3int(10) unsigned range Number of exons
exonStarts 1515909,1515993,1516233,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 1515960,1516191,1516401,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 TRIM10varchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat incmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat incmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames 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
        hg38.all_est.qName (via xenoRefGene.name)
      hg38.all_mrna.qName (via xenoRefGene.name)
      hg38.refGene.name (via xenoRefGene.name)
      hg38.refSeqAli.qName (via xenoRefGene.name)
      hg38.xenoEst.qName (via xenoRefGene.name)
      hg38.xenoMrna.qName (via xenoRefGene.name)
      hg38.xenoRefFlat.name (via xenoRefGene.name)
      hg38.xenoRefSeqAli.qName (via xenoRefGene.name)
      hgFixed.gbCdnaInfo.acc (via xenoRefGene.name)
      hgFixed.gbMiscDiff.acc (via xenoRefGene.name)
      hgFixed.gbSeq.acc (via xenoRefGene.name)
      hgFixed.gbWarn.acc (via xenoRefGene.name)
      hgFixed.imageClone.acc (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
596NM_001123207chr6_GL000254v2_alt+151590915164011515909151640131515909,1515993,1516233,1515960,1516191,1516401,0TRIM10incmplincmpl0,0,0,
83NM_001039863chr12-10806236110781881080623611078188410806236,10825891,10826086,11078107,10806410,10825996,10826137,11078188,0T2R22incmplincmpl0,0,0,0,
73NM_001039863chr12_GL877876v1_alt-4942137844494213784444942,8373,24792,137778,5116,8508,24843,137844,0T2R22incmplincmpl0,0,0,0,
73NM_001039863chr12_KI270904v1_alt-5321854995321854995532,5248,24676,24792,185418,703,5384,24702,24843,185499,0T2R22incmplincmpl0,2,0,0,0,
2080NM_001077112chr2-1960632971960639741960633061960639633196063297,196063612,196063636,196063607,196063630,196063974,0GSTA3cmplcmpl2,2,0,
1112NM_001080366chrX-69160861691654546916130569163073769160861,69161039,69161310,69161888,69161984,69162517,69165397,69161003,69161309,69161888,69161918,69162514,69163141,69165454,0PJA1cmplcmpl-1,2,0,0,1,1,-1,
585NM_001000367chr1+52451638275245163827252451,63105,52608,63827,0Olr752cmplincmpl0,1,
585NM_001000613chr1+52451638535245163853252451,63110,52613,63853,0Olr757cmplincmpl0,0,
1682NM_072896chr1-1439055551439059661439055551439059661143905555,143905966,0his-17cmplcmpl0,
585NM_001000369chr1+62949638876294963887162949,63887,0Olr758incmplcmpl1,

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