Schema for xenoRefGene
  Database: turTru2    Primary Table: xenoRefGene    Row Count: 583,163   Data last updated: 2020-08-20
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_001009050varchar(255) Name of gene (usually transcript_id from GTF)
chrom JH479337varchar(255) Reference sequence chromosome or scaffold
strand -char(1) + or - for strand
txStart 54282int(10) unsigned Transcription start position (or end position for minus strand item)
txEnd 54785int(10) unsigned Transcription end position (or start position for minus strand item)
cdsStart 54314int(10) unsigned Coding region start (or end position for minus strand item)
cdsEnd 54785int(10) unsigned Coding region end (or start position for minus strand item)
exonCount 3int(10) unsigned Number of exons
exonStarts 54282,54689,54758,longblob Exon start positions (or end positions for minus strand item)
exonEnds 54670,54719,54785,longblob Exon end positions (or start positions for minus strand item)
score 0int(11) score
name2 TWIST1varchar(255) Alternate name (e.g. gene_id from GTF)
cdsStartStat incmplenum('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 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)
      turTru2.xenoRefFlat.name (via xenoRefGene.name)
      turTru2.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585NM_001009050JH479337-54282547855431454785354282,54689,54758,54670,54719,54785,0TWIST1incmplcmpl1,0,0,
585NM_001025616JH484877-12836130401283613018112836,13040,0ARHGAP24cmplincmpl0,
585NM_001025616JH480808-31754320523205232052231754,31880,31832,32052,0ARHGAP24unkunk-1,-1,
585NM_001025616JH492817+32220506663222050666232220,50458,32360,50666,0ARHGAP24incmplincmpl2,1,
585NM_001082164JH479612-52310537525284553752852310,52396,52836,53138,53316,53348,53535,53704,52351,52410,53004,53246,53320,53445,53704,53752,0SAMD1incmplcmpl-1,-1,0,0,2,1,0,0,
585NM_001023426JH496122-13561138481356113848213561,13788,13702,13848,0rps2incmplincmpl0,0,
585NM_001023421JH473563+95533960469553396046295533,95722,95674,96046,0tpx1incmplincmpl0,0,
73NM_001093137JH474542-1309951316431309951316433130995,131499,131583,131043,131559,131643,0znf484.Lincmplincmpl0,0,0,
585NM_001008863JH529282-118613951186139511186,1395,0Usp54incmplincmpl1,
585NM_001113745JH492670+428236756428236756194282,5447,7009,9165,10462,13191,14389,16352,17893,20187,20905,22391,25655,28913,29475,30740,32674,34481,36641,4345,5547,7116,9368,10547,13346,14435,16507,18095,20303,20984,22527,25710,29043,29550,30861,32853,34649,36756,0DNAJC13incmplincmpl0,0,1,0,2,0,2,0,2,0,2,0,1,2,0,0,1,0,0,

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