Schema for xenoRefGene
  Database: xenTro9    Primary Table: xenoRefGene    Row Count: 164,095   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 1139smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001086157varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr6varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 72715783int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 72723658int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 72715968int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 72722437int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 9int(10) unsigned range Number of exons
exonStarts 72715783,72721713,72722326,...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 72716130,72721836,72722755,...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 mturn.Svarchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat cmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat cmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames 0,0,0,-1,-1,-1,-1,-1,-1,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)
      xenTro9.all_est.qName (via xenoRefGene.name)
      xenTro9.all_mrna.qName (via xenoRefGene.name)
      xenTro9.refGene.name (via xenoRefGene.name)
      xenTro9.refSeqAli.qName (via xenoRefGene.name)
      xenTro9.xenoRefFlat.name (via xenoRefGene.name)
      xenTro9.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
1139NM_001086157chr6+72715783727236587271596872722437972715783,72721713,72722326,72722771,72722830,72723087,72723236,72723442,72723521,72716130,72721836,72722755,72722820,72723010,72723174,72723430,72723458,72723658,0mturn.Scmplcmpl0,0,0,-1,-1,-1,-1,-1,-1,
87NM_001024387chr3-14967826151138481496782615113848914967826,14970518,14972955,14975012,15015861,15015870,15059816,15112836,15113763,14968156,14970766,14973109,14975150,15015864,15015952,15060037,15112904,15113848,0gabrb2aincmplcmpl0,1,0,0,0,2,0,1,0,
1766NM_001035025chr1+1548600711548658101548600711548658107154860071,154860768,154862454,154863548,154863725,154863803,154865721,154860162,154860844,154862557,154863621,154863773,154863807,154865810,0MYL2incmplincmpl2,0,1,2,0,0,1,
102NM_001075455chr7+30665581306755783066558130675578830665581,30668405,30669431,30672544,30672961,30674409,30674784,30675467,30665731,30668481,30669588,30672709,30673068,30674478,30674927,30675578,0VPS26Aincmplcmpl0,0,1,2,2,1,1,0,
728NM_001075457chr10-18858694188674071885869418867407818858694,18859301,18860057,18861072,18861305,18864254,18864509,18867344,18858775,18859367,18860135,18861078,18861392,18864258,18864619,18867407,0CHMP6cmplincmpl0,0,0,0,0,2,0,0,
769NM_001075463chr3+24132370241424592413237424142459824132370,24136653,24137058,24137384,24138692,24139653,24142044,24142408,24132402,24137003,24137061,24137638,24138869,24139777,24142170,24142459,0PANK3cmplcmpl0,1,0,0,2,2,0,0,
9NM_001099517chr1+281974112807228197411280726281974,571558,612259,705727,1023439,1127974,282019,571594,612475,705769,1023677,1128072,0Vom2r72incmplincmpl0,0,0,0,0,1,
9NM_001099486chr1+281977112807228197711280727281977,571558,620919,622981,705703,1023439,1127974,282019,571594,620933,623233,705769,1023677,1128072,0Vom2r73incmplincmpl0,0,0,0,0,0,1,
167NM_015346chr8+994830209951884499483020995188442699483020,99483786,99484067,99484983,99485297,99487165,99488019,99490121,99491610,99491729,99498727,99499545,99501860,99504323,99 ...99483137,99483939,99484115,99485118,99485375,99487195,99488103,99490161,99491699,99491867,99498823,99499638,99501980,99504464,99 ...0ZFYVE26incmplincmpl0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,1,0,
589NM_001047975chr1-6181946186196181946186193618194,618254,618415,618232,618415,618619,0LOC690435incmplincmpl0,1,2,

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