Schema for xenoRefGene
  Database: tetNig1    Primary Table: xenoRefGene    Row Count: 565,864   Data last updated: 2020-09-01
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type description
bin 9smallint(5) unsigned Indexing field to speed chromosome range queries.
name NM_001077403varchar(255) Name of gene (usually transcript_id from GTF)
chrom chr6varchar(255) Reference sequence chromosome or scaffold
strand -char(1) + or - for strand
txStart 931411int(10) unsigned Transcription start position (or end position for minus strand item)
txEnd 1656755int(10) unsigned Transcription end position (or start position for minus strand item)
cdsStart 1656755int(10) unsigned Coding region start (or end position for minus strand item)
cdsEnd 1656755int(10) unsigned Coding region end (or start position for minus strand item)
exonCount 6int(10) unsigned Number of exons
exonStarts 931411,1049800,1434744,1654...longblob Exon start positions (or end positions for minus strand item)
exonEnds 931446,1049822,1434765,1654...longblob Exon end positions (or start positions for minus strand item)
score 0int(11) score
name2 Nrp2varchar(255) Alternate name (e.g. gene_id from GTF)
cdsStartStat unkenum('none', 'unk', 'incmpl', 'cmpl') Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat unkenum('none', 'unk', 'incmpl', 'cmpl') 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.gbWarn.acc (via xenoRefGene.name)
      tetNig1.all_mrna.qName (via xenoRefGene.name)
      tetNig1.xenoMrna.qName (via xenoRefGene.name)
      tetNig1.xenoRefSeqAli.qName (via xenoRefGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
9NM_001077403chr6-9314111656755165675516567556931411,1049800,1434744,1654089,1654880,1656737,931446,1049822,1434765,1654125,1654885,1656755,0Nrp2unkunk-1,-1,-1,-1,-1,-1,
674NM_001203259chr3-11761857117623651176185711762365311761857,11762021,11762155,11761977,11762040,11762365,0MPGincmplincmpl0,0,0,
588NM_001193260chr1+47319747563347319747563310473197,473455,473975,474207,474300,474453,474694,475134,475306,475513,473254,473476,474086,474276,474321,474550,474765,475209,475429,475633,0CSF1Rincmplincmpl0,1,0,0,0,0,1,0,0,0,
1146NM_001076800chrUn_random+73546579735475907354657973547590573546579,73546736,73546901,73547282,73547458,73546663,73546838,73546988,73547384,73547590,0BMPR1Aincmplincmpl0,0,0,0,0,
604NM_001128247chr16+253057225355722530572253557232530572,2534846,2535233,2530620,2535089,2535572,0olfcr1incmplincmpl1,0,0,
81NM_001148891chr1-8473269887428484732698477836108473269,8473782,8474071,8475223,8476078,8476112,8476482,8476743,8477796,8874260,8473305,8473785,8474161,8475328,8476081,8476218,8476541,8476802,8477836,8874284,0LOC100274535incmplincmpl0,0,0,0,0,2,0,1,0,-1,
628NM_001163278chr16-5684081575223756840875752237205684081,5687556,5689760,5696926,5697174,5699609,5703407,5705650,5705817,5705896,5707197,5713838,5714847,5718790,5721008,5722504, ...5684723,5689074,5690054,5697020,5697513,5699765,5703660,5705796,5705820,5706112,5707308,5713892,5714991,5718975,5721208,5722695, ...0TENM1incmplcmpl0,0,0,0,0,0,2,0,0,0,0,0,0,1,2,0,0,0,2,0,
82NM_001328265chr17-10085851101741671017416710174167510085851,10100462,10105777,10173261,10174151,10085872,10100489,10105801,10173278,10174167,0col11a2unkunk-1,-1,-1,-1,-1,
989NM_001355551chrUn_random+530314275303558953031427530355892253031427,53031650,53031722,53031891,53032132,53032253,53032416,53032662,53032903,53033100,53033313,53033526,53033650,53033871,53 ...53031568,53031701,53031824,53032059,53032186,53032341,53032580,53032825,53033034,53033208,53033420,53033575,53033782,53033988,53 ...0Cul1cmplcmpl0,0,0,0,0,0,1,0,1,0,0,2,0,0,0,0,2,0,0,0,0,0,
615NM_001256854chr2+396104539626853961045396268563961045,3961272,3961470,3962357,3962595,3962640,3961165,3961288,3961545,3962495,3962606,3962685,0USP17L11incmplincmpl0,0,0,0,0,0,

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