Schema for xenoRefGene
  Database: droSec1    Primary Table: xenoRefGene    Row Count: 261,826   Data last updated: 2020-08-18
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 585smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_001192513varchar(255) values Name of gene (usually transcript_id from GTF)
chrom super_33varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 122621int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 123230int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 122621int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 123230int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 3int(10) unsigned range Number of exons
exonStarts 122621,122987,123188,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 122951,123092,123230,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 YTHDF3varchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat incmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat incmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames 0,0,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
        droSec1.xenoMrna.qName (via xenoRefGene.name)
      droSec1.xenoRefFlat.name (via xenoRefGene.name)
      droSec1.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_001192513super_33-1226211232301226211232303122621,122987,123188,122951,123092,123230,0YTHDF3incmplincmpl0,0,0,
586NM_001192514super_5+2129192140662129192140663212919,213532,213801,212998,213735,214066,0GPAT3incmplincmpl2,0,2,
77NM_001202523super_5+427836943912114278369439121134278369,4374730,4391187,4278408,4374802,4391211,0DDR1incmplincmpl1,0,0,
616NM_001202523super_6+408851040886934088510408869314088510,4088693,0DDR1incmplincmpl0,
590NM_001202523super_9+7733767734727733767734721773376,773472,0DDR1incmplincmpl0,
597NM_001192522super_13-169135016920161691350169201621691350,1691974,1691452,1692016,0CA7incmplincmpl0,0,
585NM_001192522super_3+74604749887460474988274604,74889,74781,74988,0CA7incmplincmpl0,0,
651NM_001202522super_0-869865686989328698656869893228698656,8698800,8698707,8698932,0DDR1incmplincmpl0,0,
635NM_001202522super_1+657239065727206572390657272026572390,6572555,6572420,6572720,0DDR1incmplincmpl0,0,
77NM_001202522super_5+427836943912114278369439121134278369,4374730,4391187,4278408,4374802,4391211,0DDR1incmplincmpl1,0,0,

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