Schema for xenoRefGene
  Database: felCat4    Primary Table: xenoRefGene    Row Count: 527,169   Data last updated: 2020-08-21
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type description
bin 816smallint(5) unsigned Indexing field to speed chromosome range queries.
name NM_001025035varchar(255) Name of gene (usually transcript_id from GTF)
chrom chrB4varchar(255) Reference sequence chromosome or scaffold
strand +char(1) + or - for strand
txStart 30323142int(10) unsigned Transcription start position (or end position for minus strand item)
txEnd 30326712int(10) unsigned Transcription end position (or start position for minus strand item)
cdsStart 30324582int(10) unsigned Coding region start (or end position for minus strand item)
cdsEnd 30326712int(10) unsigned Coding region end (or start position for minus strand item)
exonCount 2int(10) unsigned Number of exons
exonStarts 30323142,30324582,longblob Exon start positions (or end positions for minus strand item)
exonEnds 30323178,30326712,longblob Exon end positions (or start positions for minus strand item)
score 0int(11) score
name2 Thnsl1varchar(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 -1,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
        felCat4.all_est.qName (via xenoRefGene.name)
      felCat4.all_mrna.qName (via xenoRefGene.name)
      felCat4.refGene.name (via xenoRefGene.name)
      felCat4.refSeqAli.qName (via xenoRefGene.name)
      felCat4.xenoMrna.qName (via xenoRefGene.name)
      felCat4.xenoRefFlat.name (via xenoRefGene.name)
      felCat4.xenoRefSeqAli.qName (via xenoRefGene.name)
      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)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
816NM_001025035chrB4+30323142303267123032458230326712230323142,30324582,30323178,30326712,0Thnsl1incmplincmpl-1,0,
585NM_001107211chrUn_ACBE01526797+306435513064355143064,3249,3302,3491,3241,3297,3410,3551,0Mthfd2lincmplincmpl0,0,0,0,
235NM_001097198chrA3-17037430717046158817037430717046158810170374307,170395658,170404714,170414131,170430171,170433715,170454709,170456402,170458742,170461333,170374499,170395769,170404774,170414314,170430273,170433910,170454814,170456549,170458853,170461588,0heatr5aincmplincmpl0,0,0,0,0,0,0,0,0,0,
693NM_001721chrX+141783981423374114178407142287861614178398,14179386,14183282,14188274,14190569,14194258,14194299,14206216,14207744,14210268,14215832,14220227,14223915,14228628,14 ...14178545,14179491,14183364,14188394,14190634,14194299,14194434,14206270,14207824,14210398,14216005,14220446,14224036,14228786,14 ...0BMXcmplincmpl0,0,0,1,1,0,2,0,0,2,0,2,0,1,-1,-1,
1379NM_001319922chrD2-1041474551041556351041474551041556353104147455,104148358,104155494,104147572,104148487,104155635,0LOC105634011incmplincmpl0,0,0,
30NM_001007374chrA2+1803428601804061761803428601804061768180342860,180369979,180371930,180373387,180377878,180388044,180388969,180405978,180342898,180370098,180372085,180373465,180378028,180388107,180389071,180406176,0plekha8cmplcmpl0,2,1,0,0,0,0,0,
209NM_001349080chrC2-14285341614347870914285720414314173948142853416,142853734,142854062,142854181,142854209,142854390,142854500,142854607,142854681,142854940,142855028,142855222,14285528 ...142853699,142853785,142854149,142854200,142854368,142854489,142854586,142854625,142854730,142855009,142855119,142855245,14285529 ...0TBC1D5incmplcmpl-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,2,2,0,1,0,2,0,2,2,1,2,2,2,0,2,0,0,0,0,-1,-1,
822NM_209798chrB1+31073693310832893107369331083289331073693,31074164,31083226,31073789,31074275,31083289,0AGOS_ADR349Wincmplincmpl0,0,0,
585NM_001366737chrUn_ACBE01554438+28159215921592928,290,362,449,675,874,937,1148,1487,53,350,435,517,740,914,1042,1199,1592,0GCNT4unkunk-1,-1,-1,-1,-1,-1,-1,-1,-1,
74NM_001284527chrB2-132669714988501326697149885021326697,1498612,1326928,1498850,0ZSCAN32incmplincmpl0,2,

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