Schema for xenoRefGene
  Database: sorAra2    Primary Table: xenoRefGene    Row Count: 469,604   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 14smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001191443varchar(255) values Name of gene (usually transcript_id from GTF)
chrom JH798147varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 42885838int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 43088819int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 43088185int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 43088819int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 7int(10) unsigned range Number of exons
exonStarts 42885838,42886046,42886308,...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 42885859,42886052,42886336,...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 TBX2varchar(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,-1,-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)
      sorAra2.all_mrna.qName (via xenoRefGene.name)
      sorAra2.xenoRefFlat.name (via xenoRefGene.name)
      sorAra2.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
14NM_001191443JH798147+42885838430888194308818543088819742885838,42886046,42886308,42892771,42893146,43088185,43088768,42885859,42886052,42886336,42892778,42893164,43088227,43088819,0TBX2incmplincmpl-1,-1,-1,-1,-1,0,0,
631NM_001261067JH798214-613112161444306131289613243836131121,6131240,6144301,6131199,6132446,6144430,0GJA1cmplcmpl-1,0,-1,
9NM_001260967JH798292+9662591167339990036116700512966259,990036,999940,1002621,1023788,1024425,1079867,1088835,1109825,1120408,1166846,1167252,966310,990119,1000069,1002736,1023952,1024594,1080005,1088919,1110020,1120584,1167008,1167339,0STK3incmplcmpl-1,0,2,2,0,2,0,0,1,1,0,-1,
645NM_118660JH798220+787668678769567876686787695637876686,7876836,7876929,7876791,7876872,7876956,0F24A6.120; F24A6_120incmplincmpl0,0,0,
585NM_001281681JH798522+46048463214604846321146048,46321,0Lgals3bpincmplincmpl0,
81NM_001281680JH798176-8619757874121586197618741206168619757,8622748,8623024,8623244,8636586,8638326,8639085,8639475,8653337,8662337,8663479,8698129,8699295,8700670,8716170,8741104,8619887,8622847,8623099,8623361,8636745,8638458,8639256,8639615,8653531,8662482,8663644,8698293,8699393,8700795,8716342,8741215,0Gpd2cmplcmpl0,0,0,0,0,0,0,1,2,1,1,2,0,1,0,0,
674NM_007169JH798204-11696152117490121169615211748996511696152,11698520,11699738,11709972,11748903,11696209,11698634,11699884,11710088,11749012,0PEMTcmplcmpl0,1,2,0,0,
590NM_007168JH798261-70599178186570599778186235705991,706211,708168,710706,711062,712230,712397,712816,715844,716543,717333,718256,722827,723136,726080,728278,731417,733792,73 ...706096,706268,708243,710849,711182,712325,712474,712979,715933,716661,717442,718348,722938,723276,726149,728416,731531,733959,73 ...0ABCA8cmplcmpl0,0,1,2,2,0,1,0,1,0,2,0,0,0,0,0,1,2,0,1,2,1,0,1,1,2,1,0,2,2,1,1,0,0,0,
616NM_168678JH798203-407686640771244076866407712424076866,4077028,4077004,4077124,0Baldspotincmplincmpl0,0,
593NM_168678JH798240-107456710747031074567107470311074567,1074703,0Baldspotincmplincmpl2,

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