Schema for xenoRefGene
  Database: rhiRox1    Primary Table: xenoRefGene    Row Count: 391,140   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 586smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001040511varchar(255) values Name of gene (usually transcript_id from GTF)
chrom KN297903v1varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 143665int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 182879int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 143687int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 182858int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 10int(10) unsigned range Number of exons
exonStarts 143665,146711,153585,154767...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 143922,146874,153591,154821...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 SQORvarchar(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,2,0,0,0,0,0,1,0,2,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)
      rhiRox1.xenoRefFlat.name (via xenoRefGene.name)
      rhiRox1.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
586NM_001040511KN297903v1+14366518287914368718285810143665,146711,153585,154767,158770,161253,169082,180566,180936,182800,143922,146874,153591,154821,158965,161463,169262,180637,181115,182879,0SQORcmplcmpl0,2,0,0,0,0,0,1,0,2,
597NM_001132014KN294269v1+168548316855881685588168558811685483,1685588,0TRAPPC2Lunkunk-1,
595NM_001247177KN298610v1-132548613256391325486132563911325486,1325639,0LOC778316cmplincmpl0,
585NM_001247177KN299357v1-707872317078723117078,7231,0LOC778316cmplincmpl0,
586NM_001130489KN300084v1+1355591504721355621466608135559,135739,136127,145404,145813,146150,146571,150392,135599,135910,136388,145796,145818,146492,146660,150472,0TAPBPcmplincmpl0,1,1,0,2,1,1,-1,
602NM_001109835KN299033v1+231355623139372313556231393712313556,2313937,0ano9acmplcmpl0,
73NM_001099745KN295448v1-65394376043765485872384211653943,654023,657823,659759,666032,698800,721893,723818,723971,760137,760311,654012,655966,657973,659963,666135,698998,722098,723844,723989,760250,760437,0SYBUcmplcmpl-1,2,2,2,1,1,0,0,-1,-1,-1,
74NM_008979KN296865v1+1696805175891416969361758845201696805,1709084,1709458,1710231,1711058,1712226,1713800,1714310,1716667,1720047,1734676,1734890,1734922,1735059,1738213,1740043, ...1697023,1709193,1709535,1710329,1711095,1712298,1713940,1714377,1716745,1720134,1734856,1734900,1734979,1735143,1738297,1740067, ...0Ptpn22cmplcmpl0,0,1,0,2,0,0,2,0,0,0,1,0,2,0,0,2,0,2,1,
585NM_001362978KN298503v1+204174904204173743162041,4489,6099,16248,51678,71274,72543,72941,73707,73867,73963,73991,74099,74286,74807,74867,2084,4561,6156,16380,51767,71533,72912,73671,73746,73923,73971,74017,74124,74322,74828,74904,0Dennd1aincmplcmpl2,0,0,0,0,2,0,2,0,-1,-1,-1,-1,-1,-1,-1,
73NM_001362978KN298963v1+5212326983652123269836952123,57550,62025,98580,119873,145276,171122,269276,269746,52195,57631,62079,98681,119917,145378,171248,269381,269836,0Dennd1aincmplincmpl0,0,0,0,1,0,0,0,0,

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