Schema for xenoRefGene
  Database: droVir1    Primary Table: xenoRefGene    Row Count: 358,609   Data last updated: 2020-08-21
Format description: A gene prediction with some additional info.
On download server: MariaDB table dump directory
fieldexampleSQL type info description
bin 600smallint(5) unsigned range Indexing field to speed chromosome range queries.
name NM_130404varchar(255) values Name of gene (usually transcript_id from GTF)
chrom scaffold_3varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 1986296int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 1986820int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 1986296int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 1986820int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 2int(10) unsigned range Number of exons
exonStarts 1986296,1986775,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 1986371,1986820,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 Serpinb7varchar(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,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
        droVir1.all_mrna.qName (via xenoRefGene.name)
      droVir1.xenoMrna.qName (via xenoRefGene.name)
      droVir1.xenoRefFlat.name (via xenoRefGene.name)
      droVir1.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
600NM_130404scaffold_3-198629619868201986296198682021986296,1986775,1986371,1986820,0Serpinb7incmplincmpl0,1,
589NM_137484scaffold_4+6409806415746409806415744640980,641100,641352,641514,641073,641325,641475,641574,0GstE6cmplincmpl0,0,0,0,
589NM_137484scaffold_4+6420826426826420826426821642082,642682,0GstE6cmplincmpl0,
589NM_137483scaffold_4+6409716414846409806414843640971,641100,641355,641067,641307,641484,0GstE5cmplincmpl0,0,0,
589NM_137483scaffold_4+6420796426826420826426822642079,642463,642433,642682,0GstE5cmplincmpl0,0,
589NM_137482scaffold_4+6396966403656396966403653639696,639840,640110,639801,640068,640365,0GstE4cmplcmpl0,0,0,
589NM_137482scaffold_4+6420826425926420826425922642082,642496,642451,642592,0GstE4cmplincmpl0,0,
589NM_137482scaffold_4+6448566450376448566450371644856,645037,0GstE4incmplincmpl2,
589NM_137481scaffold_4+6398946403596398946403592639894,640212,640008,640359,0GstE3incmplincmpl0,0,
600NM_001046314scaffold_1-207839920786452078399207864512078399,2078645,0UFM1cmplincmpl0,

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