Schema for xenoRefGene
  Database: petMar1    Primary Table: xenoRefGene    Row Count: 390,110   Data last updated: 2020-08-22
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 585smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001356686varchar(255) values Name of gene (usually transcript_id from GTF)
chrom Contig15029varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 5445int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 16955int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 5445int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 16955int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 5int(10) unsigned range Number of exons
exonStarts 5445,6196,13256,14596,16847,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 5619,6310,13345,14723,16955,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 unc-68varchar(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,1,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
        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)
      petMar1.all_est.qName (via xenoRefGene.name)
      petMar1.all_mrna.qName (via xenoRefGene.name)
      petMar1.xenoMrna.qName (via xenoRefGene.name)
      petMar1.xenoRefFlat.name (via xenoRefGene.name)
      petMar1.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585NM_001356686Contig15029-54451695554451695555445,6196,13256,14596,16847,5619,6310,13345,14723,16955,0unc-68incmplincmpl0,0,1,0,0,
585NM_001043261Contig2956-59242280059242280035924,7916,22728,6074,8027,22800,0Dysincmplincmpl0,0,0,
585NM_001043261Contig3405+47125704712570247,12516,191,12570,0Dysincmplincmpl0,0,
585NM_001043261Contig50868-193420151934201511934,2015,0Dysincmplincmpl0,
585NM_001043261Contig516+13903475141390347514313903,45944,47427,13963,45968,47514,0Dysincmplincmpl0,0,0,
585NM_001043260Contig28538-635064856350648516350,6485,0Dysincmplincmpl0,
585NM_001043260Contig2956-59242280059242280035924,7916,22728,6074,8027,22800,0Dysincmplincmpl0,0,0,
585NM_001323326Contig6324-137115991137115985111371,2026,3150,4847,6921,8931,9986,10990,11933,15847,15863,1460,2090,3275,5028,6995,9098,10123,11050,12062,15848,15991,0MAPK8cmplincmpl1,0,1,0,1,2,0,0,0,2,0,
585NM_203690Contig5428-772585237725852327725,8475,8103,8523,0supt7lincmplincmpl0,0,
585NM_001095821Contig37879+619828661982835619,1885,2621,7060,8229,709,2001,2655,7168,8286,0csnk1g3.Sincmplcmpl0,0,2,0,0,

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