Schema for xenoRefGene
  Database: triMan1    Primary Table: xenoRefGene    Row Count: 317,566   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 10smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001243119varchar(255) values Name of gene (usually transcript_id from GTF)
chrom JH594663varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 12551674int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 13844284int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 12552681int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 13844284int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 15int(10) unsigned range Number of exons
exonStarts 12551674,12552024,12552139,...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 12551743,12552055,12552153,...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 2010315B03Rikvarchar(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 -1,-1,-1,2,0,0,0,0,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
        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)
      triMan1.all_mrna.qName (via xenoRefGene.name)
      triMan1.xenoMrna.qName (via xenoRefGene.name)
      triMan1.xenoRefFlat.name (via xenoRefGene.name)
      triMan1.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
10NM_001243119JH594663-125516741384428412552681138442841512551674,12552024,12552139,12552681,12630509,12630913,12652934,12653132,13238555,13296104,13675683,13675935,13774420,13774925,13 ...12551743,12552055,12552153,12552776,12630571,12630967,12653033,12653180,13238588,13296272,13675911,13675995,13774471,13774979,13 ...02010315B03Rikincmplincmpl-1,-1,-1,2,0,0,0,0,0,0,0,0,0,2,0,
598NM_001245490JH594721-173009817334551730098173345521730098,1733275,1730239,1733455,0ACOT13incmplincmpl0,0,
589NM_001245488JH594677-6362576453546434596453545636257,641088,643412,643523,645287,636337,641152,643517,643546,645354,0LAMTOR3incmplcmpl-1,-1,2,1,0,
777NM_001283576JH594617+25282977252860432528300125283547525282977,25283349,25285460,25285568,25286007,25283291,25283547,25285482,25285607,25286043,0FAM71Ccmplincmpl0,0,-1,-1,-1,
586NM_001283576JH594633+1355171375251355171361185135517,135811,137023,137335,137486,135782,136118,137110,137410,137525,0FAM71Cincmplincmpl2,2,-1,-1,-1,
618NM_001283575JH594608+433202643493814332035434832664332026,4341964,4345328,4348201,4349052,4349236,4332106,4341968,4345425,4348326,4349196,4349381,0MPC1cmplincmpl0,2,0,1,-1,-1,
626NM_016778JH594771+538562653963125386302539628555385626,5386272,5388867,5395575,5396159,5385706,5386452,5388997,5395739,5396312,0Bokcmplcmpl-1,0,0,1,0,
791NM_001355369JH594609-270332502707242627038028270722624927033250,27033467,27033569,27033622,27033688,27034116,27034276,27034374,27034422,27034877,27034956,27035014,27035134,27035157,27 ...27033452,27033525,27033604,27033664,27033712,27034143,27034318,27034400,27034827,27034930,27035001,27035040,27035148,27035275,27 ...0Fubp1cmplcmpl-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,1,2,1,0,2,1,0,1,0,0,0,2,1,1,2,1,1,0,1,-1,
585NM_001305913AHIN01157145+064430644350,5223,5477,5790,6288,38,5469,5480,6069,6443,0LOC105474435incmplcmpl2,1,1,1,1,
668NM_001248561JH594681-10887454108978841088745410897884210887454,10897839,10887586,10897884,0LOC100527908incmplincmpl0,0,

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