Schema for xenoRefGene
  Database: micMur2    Primary Table: xenoRefGene    Row Count: 347,000   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 74smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NR_103802varchar(255) values Name of gene (usually transcript_id from GTF)
chrom KQ056558v1varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 1171793int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 1205855int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 1205855int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 1205855int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 6int(10) unsigned range Number of exons
exonStarts 1171793,1171870,1171925,117...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 1171838,1171889,1172334,117...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 EBPLvarchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat unkenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat unkenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames -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)
      micMur2.all_mrna.qName (via xenoRefGene.name)
      micMur2.xenoRefFlat.name (via xenoRefGene.name)
      micMur2.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
74NR_103802KQ056558v1-117179312058551205855120585561171793,1171870,1171925,1173870,1184041,1205674,1171838,1171889,1172334,1174005,1184112,1205855,0EBPLunkunk-1,-1,-1,-1,-1,-1,
611NM_001078104KQ054400v1+353611235364633536112353646313536112,3536463,0LOC768229incmplincmpl0,
599NM_001143522KQ055457v1-193353119469811933531194698191933531,1936350,1938186,1938787,1940310,1941490,1942954,1945900,1946917,1933705,1936518,1938328,1938888,1940435,1941649,1943051,1946028,1946981,0LOC100217157incmplincmpl0,0,2,0,1,1,0,1,0,
588NM_001258113KQ058496v1+4536244554424537744545998453624,453956,454447,454748,454927,455038,455219,455296,453925,454447,454620,454880,455023,455119,455280,455442,0TRA2Acmplcmpl0,2,1,-1,-1,-1,-1,-1,
585NM_001166746KQ058308v1+1044301051531044301051534104430,104652,104820,104964,104628,104748,104881,105153,0Vmn1r111incmplincmpl0,0,0,0,
601NR_102427KQ053332v1+220362822069162206916220691672203628,2203971,2205302,2206065,2206359,2206546,2206872,2203759,2204006,2205411,2206216,2206478,2206635,2206916,0CIB1unkunk-1,-1,-1,-1,-1,-1,-1,
587NM_001193827KQ057560v1-2915962942322915962942327291596,291721,292026,292204,293226,293802,294122,291699,291763,292086,292381,293420,294004,294232,0TSR3cmplcmpl2,1,1,1,2,1,0,
75NM_020445KQ055662v1+2467322254783824674522547013162467322,2494194,2511064,2512198,2518701,2520323,2524332,2527568,2529447,2544702,2546274,2546917,2547050,2547123,2547257,2547370,2467496,2494250,2511189,2512309,2518797,2520431,2524476,2527742,2529540,2544828,2546340,2547023,2547092,2547199,2547327,2547838,0ACTR3Bcmplcmpl0,2,1,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,
625NR_039981KQ053135v1+5353034536081453608145360814605353034,5353179,5353234,5353320,5353456,5353531,5353583,5353638,5353667,5353742,5353792,5354015,5354485,5354821,5354885,5354921, ...5353164,5353206,5353309,5353440,5353504,5353572,5353610,5353657,5353677,5353769,5354004,5354057,5354809,5354868,5354905,5354945, ...0LINC01004unkunk-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 ...
668NM_001021076KQ052969v1-10963691109639551096369410963955110963691,10963955,0rpl2501incmplcmpl0,

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