Schema for ensGene
  Database: xenTro3    Primary Table: ensGene    Row Count: 24,197   Data last updated: 2019-01-11
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 ENSXETT00000065882.1varchar(255) values Name of gene (usually transcript_id from GTF)
chrom GL172637varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 33int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 148int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 148int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 148int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 1int(10) unsigned range Number of exons
exonStarts 33,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 148,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ENSXETG00000030486.1varchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat noneenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS start annotation (none, unknown, incomplete, or complete)
cdsEndStat noneenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames -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
        knownGeneV39.knownToEnsembl.value (via ensGene.name)
      xenTro3.ensGtp.transcript (via ensGene.name)
      xenTro3.ensPep.name (via ensGene.name)
      xenTro3.ensemblSource.name (via ensGene.name)
      xenTro3.ensemblToGeneName.name (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENSXETT00000065882.1GL172637-33148148148133,148,0ENSXETG00000030486.1nonenone-1,
585ENSXETT00000061796.1GL172637-6057207207201605,720,0ENSXETG00000031766.1nonenone-1,
585ENSXETT00000065862.1GL172637+20028252772002825212220028,24513,20172,25277,0ENSXETG00000001053.3incmplcmpl0,0,
585ENSXETT00000002304.3GL172637+20061252772006125212320061,20263,24513,20176,20265,25277,0ENSXETG00000001053.3incmplcmpl0,1,0,
73ENSXETT00000065636.1GL172637-57442207405594362074051557442,63050,64382,74344,75918,76176,76539,86918,87876,91226,96838,106424,122799,175875,206783,59508,63125,64491,74423,75974,76263,76636,87048,87920,91269,96934,106470,122929,175881,207405,0ENSXETG00000001054.3cmplcmpl0,0,2,1,2,2,1,0,1,0,0,2,1,1,0,
585ENSXETT00000002307.2GL172637-574429159759436914851157442,63050,64382,74344,75918,76176,76539,86918,87798,91226,91449,59508,63125,64491,74423,75974,76263,76636,87048,87920,91269,91597,0ENSXETG00000001054.3cmplcmpl0,0,2,1,2,2,1,0,1,0,0,
585ENSXETT00000059679.1GL172637-95521956799567995679195521,95679,0ENSXETG00000029479.1nonenone-1,
73ENSXETT00000061874.1GL172637-1165632153291167602074054116563,122799,206780,215261,116803,122929,207516,215329,0ENSXETG00000001054.3cmplcmpl2,1,0,-1,
73ENSXETT00000066017.1GL172637+2729614467732729614467739272961,291361,299478,301570,321877,322105,435374,446521,446690,273255,291478,299538,301662,321971,322130,435413,446536,446773,0ENSXETG00000030397.1cmplcmpl0,0,0,0,2,0,1,1,1,
588ENSXETT00000002310.2GL172637-46300749541246345649406911463007,472734,474142,482057,484803,486452,487908,491398,492665,493967,495379,463516,473021,474215,482129,484989,486620,488067,491594,492757,494077,495412,0ENSXETG00000001057.2cmplcmpl0,1,0,0,0,0,0,2,0,0,-1,

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