Schema for xenoRefGene
  Database: ochPri2    Primary Table: xenoRefGene    Row Count: 666,260   Data last updated: 2020-08-22
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_001003112varchar(255) Name of gene (usually transcript_id from GTF)
chrom scaffold_37475varchar(255) Reference sequence chromosome or scaffold
strand -char(1) + or - for strand
txStart 389int(10) unsigned Transcription start position (or end position for minus strand item)
txEnd 6751int(10) unsigned Transcription end position (or start position for minus strand item)
cdsStart 389int(10) unsigned Coding region start (or end position for minus strand item)
cdsEnd 6751int(10) unsigned Coding region end (or start position for minus strand item)
exonCount 2int(10) unsigned Number of exons
exonStarts 389,6641,longblob Exon start positions (or end positions for minus strand item)
exonEnds 423,6751,longblob Exon end positions (or start positions for minus strand item)
score 0int(11) score
name2 UACAvarchar(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 incmplenum('none', 'unk', 'incmpl', 'cmpl') Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames 0,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)
      ochPri2.all_mrna.qName (via xenoRefGene.name)
      ochPri2.xenoRefFlat.name (via xenoRefGene.name)
      ochPri2.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585NM_001003112scaffold_37475-389675138967512389,6641,423,6751,0UACAincmplincmpl0,1,
585NM_001084502scaffold_50404+55571025855571025825557,10225,5716,10258,0SYDincmplincmpl0,0,
585NR_026550scaffold_389+1116206742067420674121116,13184,18226,18735,19837,20006,20106,20241,20409,20522,20562,20596,1308,13225,18311,18847,19928,20062,20171,20252,20430,20535,20585,20674,0MPC2unkunk-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
585NM_001094718scaffold_4948+64225644176422564417264225,64372,64312,64417,0ppip5k2.Lincmplincmpl0,0,
585NM_001372425scaffold_5960+286923370328692330861128692,28867,29278,29667,29808,30644,30792,30934,32931,33109,33572,28779,28920,29386,29724,29860,30692,30826,30988,33092,33190,33703,0Ndrg4incmplcmpl0,0,2,2,2,0,0,1,1,-1,-1,
585NM_001372425scaffold_15648+24251276424251276442425,12306,12511,12703,2519,12427,12574,12764,0Ndrg4incmplincmpl2,1,2,2,
585NM_001372425scaffold_2127-51908572315190857231951908,51962,52289,52802,53086,54285,54581,56321,57165,51932,52061,52343,52850,53140,54363,54617,56420,57231,0Ndrg4incmplcmpl0,0,0,0,0,0,0,0,0,
585NM_001037144scaffold_36656+7707873770784313770,2076,2392,2565,4660,5745,6166,6192,6367,6629,7135,7506,7717,907,2202,2555,2568,4906,5784,6181,6228,6460,6781,7147,7584,7873,0CNTROBincmplcmpl0,2,2,0,0,0,1,0,0,2,1,0,0,
585NM_002856scaffold_10444+120763040212173300731112076,23515,23657,25563,25894,26817,27418,29684,29844,29980,30346,12217,23643,23898,25857,25897,26935,27567,29839,29919,30079,30402,0NECTIN2cmplcmpl0,2,0,1,1,1,2,1,2,0,-1,
585NM_001280855scaffold_11319-51663534955166353495351663,51838,53213,51702,52055,53495,0SAHAI-01incmplincmpl1,2,0,

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