Schema for xenoRefGene
  Database: felCat3    Primary Table: xenoRefGene    Row Count: 716,810   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 585smallint(5) unsigned Indexing field to speed chromosome range queries.
name NM_001172123varchar(255) Name of gene (usually transcript_id from GTF)
chrom scaffold_167465varchar(255) Reference sequence chromosome or scaffold
strand +char(1) + or - for strand
txStart 32244int(10) unsigned Transcription start position (or end position for minus strand item)
txEnd 43707int(10) unsigned Transcription end position (or start position for minus strand item)
cdsStart 43643int(10) unsigned Coding region start (or end position for minus strand item)
cdsEnd 43707int(10) unsigned Coding region end (or start position for minus strand item)
exonCount 2int(10) unsigned Number of exons
exonStarts 32244,43643,longblob Exon start positions (or end positions for minus strand item)
exonEnds 32271,43707,longblob Exon end positions (or start positions for minus strand item)
score 0int(11) score
name2 Rbms3varchar(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
        felCat3.all_est.qName (via xenoRefGene.name)
      felCat3.all_mrna.qName (via xenoRefGene.name)
      felCat3.refGene.name (via xenoRefGene.name)
      felCat3.refSeqAli.qName (via xenoRefGene.name)
      felCat3.xenoMrna.qName (via xenoRefGene.name)
      felCat3.xenoRefFlat.name (via xenoRefGene.name)
      felCat3.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
585NM_001172123scaffold_167465+32244437074364343707232244,43643,32271,43707,0Rbms3incmplincmpl-1,0,
585NM_001172141scaffold_174922-23409235922340923592123409,23592,0UGT2B42incmplincmpl0,
585NM_001172142scaffold_40296+308103031410304308,587,877,961,569,863,952,1030,0UGT2B15cmplincmpl0,0,0,0,
590NM_001287826scaffold_216010+67364367725167364367725111673643,673940,674248,674679,675222,675522,675573,675864,676139,676697,677218,673846,674091,674383,674799,675388,675524,675756,676020,676409,677024,677251,0LOC101448670incmplincmpl0,2,0,0,0,1,0,0,0,0,2,
585NM_001354243scaffold_176671+72235724937249372493172235,72493,0ANK2unkunk-1,
585NM_001354243scaffold_176700+0292029220,193,27,292,0ANK2incmplincmpl0,0,
73NM_001354243scaffold_176701+45901512814590151281134590,67252,68593,68671,78926,83496,105438,111949,112986,147693,147734,149521,151071,4695,67353,68670,68693,79025,83694,105539,112050,113085,147733,147755,149627,151281,0ANK2incmplincmpl1,1,0,2,0,0,1,1,0,2,0,0,1,
585NR_135581scaffold_8374-751011125111251112537510,10988,11044,7573,11010,11125,0COA1unkunk-1,-1,-1,
585NR_135582scaffold_8374-751011125111251112537510,10988,11044,7573,11010,11125,0COA1unkunk-1,-1,-1,
585NM_001190317scaffold_167897-22219272222693222,243,1834,243,306,1927,0IP6K2cmplincmpl0,0,-1,

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