Schema for xenoRefGene
  Database: ce2    Primary Table: xenoRefGene    Row Count: 33,808   Data last updated: 2020-08-21
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 659smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001181483varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chrIVvarchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 9826214int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 9829725int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 9826214int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 9829725int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 8int(10) unsigned range Number of exons
exonStarts 9826214,9826320,9826353,982...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 9826301,9826322,9826619,982...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 MTR4varchar(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,2,1,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
        ce2.all_est.qName (via xenoRefGene.name)
      ce2.all_mrna.qName (via xenoRefGene.name)
      ce2.refGene.name (via xenoRefGene.name)
      ce2.refSeqAli.qName (via xenoRefGene.name)
      ce2.xenoRefFlat.name (via xenoRefGene.name)
      ce2.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
659NM_001181483chrIV+982621498297259826214982972589826214,9826320,9826353,9826664,9826723,9826867,9827362,9829599,9826301,9826322,9826619,9826699,9826762,9826879,9827653,9829725,0MTR4incmplincmpl0,0,2,1,0,0,0,0,
630NM_001281720chrIII+594217859431395942179594313925942178,5942820,5942544,5943139,0UBBcmplincmpl0,2,
634NM_001281737chrIII-644481264465506444812644655076444812,6445034,6445475,6445790,6445953,6446055,6446493,6444935,6445397,6445778,6445814,6446043,6446400,6446550,0ETFDHincmplcmpl0,0,0,0,0,0,0,
634NM_001281738chrIII-644481264465506444812644655076444812,6445034,6445475,6445790,6445953,6446055,6446493,6444935,6445397,6445778,6445814,6446043,6446400,6446550,0ETFDHincmplcmpl0,0,0,0,0,0,0,
630NM_001040789chrIII+594167059419515941670594195125941670,5941859,5941806,5941951,0ECU02_0740icmplincmpl0,1,
671NM_001015968chrIV+11340388113407541134038811340754111340388,11340754,0h2ax.2cmplincmpl0,
626NM_001099846chrIII-537632453773385376324537733835376324,5376606,5376891,5376393,5376690,5377338,0LOC100101223incmplincmpl0,0,0,
688NM_001114304chrV-13501903135038171350190313503817213501903,13503694,13502164,13503817,0Gluclincmplincmpl0,0,
688NM_001114303chrV-13501903135038171350190313503817213501903,13503694,13502164,13503817,0Gluclincmplincmpl0,0,
622NM_001199954chrX+496064149639604960641496395244960641,4962767,4963558,4963789,4960686,4963502,4963734,4963960,0ACTG1incmplcmpl0,0,0,2,

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