Schema for xenoRefGene
  Database: macEug2    Primary Table: xenoRefGene    Row Count: 598,021   Data last updated: 2020-08-19
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type description
bin 585smallint(5) unsigned Indexing field to speed chromosome range queries.
name NM_001075281varchar(255) Name of gene (usually transcript_id from GTF)
chrom GL124426varchar(255) Reference sequence chromosome or scaffold
strand -char(1) + or - for strand
txStart 34444int(10) unsigned Transcription start position (or end position for minus strand item)
txEnd 50832int(10) unsigned Transcription end position (or start position for minus strand item)
cdsStart 34444int(10) unsigned Coding region start (or end position for minus strand item)
cdsEnd 50829int(10) unsigned Coding region end (or start position for minus strand item)
exonCount 6int(10) unsigned Number of exons
exonStarts 34444,48716,49643,50450,506...longblob Exon start positions (or end positions for minus strand item)
exonEnds 34552,48824,49784,50556,507...longblob Exon end positions (or start positions for minus strand item)
score 0int(11) score
name2 SIKE1varchar(255) Alternate name (e.g. gene_id from GTF)
cdsStartStat cmplenum('none', 'unk', 'incmpl', 'cmpl') Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat cmplenum('none', 'unk', 'incmpl', 'cmpl') Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames 0,0,1,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
        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)
      macEug2.all_est.qName (via xenoRefGene.name)
      macEug2.all_mrna.qName (via xenoRefGene.name)
      macEug2.xenoMrna.qName (via xenoRefGene.name)
      macEug2.xenoRefFlat.name (via xenoRefGene.name)
      macEug2.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585NM_001075281GL124426-34444508323444450829634444,48716,49643,50450,50671,50712,34552,48824,49784,50556,50710,50832,0SIKE1cmplcmpl0,0,1,0,0,0,
585NM_001291049GL073572-141818937614181893761114181,17038,28387,29103,42815,53152,55751,60747,64007,88938,89292,14250,17131,28513,29166,42916,53195,55868,60883,64105,89169,89376,0Usp43incmplincmpl0,0,0,0,1,0,0,2,0,0,0,
585NM_001286519GL077577-34846357903484635742334846,35266,35658,35053,35650,35790,0SLC35B2cmplcmpl0,0,0,
585NM_001341951GL053588-40372723504037272350340372,41068,72275,40533,41291,72350,0ckl3cmplincmpl1,0,0,
585NM_001341952GL128418-73280741897328074189373280,73772,74114,73685,74087,74189,0ckl3incmplincmpl0,0,0,
585NM_001297752GL128559-5871787236300178723105871,62790,62924,63001,63085,63744,64281,76964,78178,78585,5985,62824,62934,63022,63408,63945,64410,77254,78390,78723,0ZNF283incmplincmpl-1,-1,-1,0,1,1,1,2,0,0,
585NM_001297752GL094823+101324181013241841013,1642,1954,2361,1558,1870,2249,2418,0ZNF283incmplincmpl0,2,2,0,
585NM_001297752GL076084+10811642771081154588610811,11213,34844,54416,54873,64157,11045,11940,35040,54588,54960,64277,0ZNF283incmplincmpl0,0,1,2,-1,-1,
585NM_016981GL068071+27113275452722727545427113,27227,27362,27446,27179,27308,27374,27545,0Slc9a1incmplincmpl-1,0,0,0,
585NM_016981GL101613-210016309371116309152100,3630,3705,3876,3963,4849,5415,5840,6323,6587,7140,8814,10151,11839,15847,2121,3671,3867,3900,4040,4921,5517,5954,6497,6659,7230,9017,10368,12092,16309,0Slc9a1incmplcmpl-1,-1,0,0,1,0,0,0,0,0,0,1,0,2,2,

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