Schema for ensGene
  Database: speTri2    Primary Table: ensGene    Row Count: 33,336   Data last updated: 2021-05-25
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 ENSSTOT00000043246.1varchar(255) values Name of gene (usually transcript_id from GTF)
chrom AGTP01133836varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 3690int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 15060int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 15060int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 15060int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 2int(10) unsigned range Number of exons
exonStarts 3690,14924,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 3736,15060,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ENSSTOG00000029755.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,-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)
      speTri2.ensGtp.transcript (via ensGene.name)
      speTri2.ensPep.name (via ensGene.name)
      speTri2.ensemblSource.name (via ensGene.name)
      speTri2.ensemblToGeneName.name (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENSSTOT00000043246.1AGTP01133836-369015060150601506023690,14924,3736,15060,0ENSSTOG00000029755.1nonenone-1,-1,
585ENSSTOT00000032754.1AGTP01133911+49711848153311754734971,12858,17307,5521,13013,18481,0ENSSTOG00000031963.1cmplcmpl0,1,0,
585ENSSTOT00000033146.1AGTP01134074-326161506150615023261,6064,3421,6150,0ENSSTOG00000029748.1nonenone-1,-1,
585ENSSTOT00000042762.1AGTP01134074-903413263132631326339034,10845,13097,9082,11020,13263,0ENSSTOG00000034867.1nonenone-1,-1,-1,
585ENSSTOT00000020416.2AGTP01134759-011801010588210,939,1350,1599,1806,2182,2875,4457,4890,5641,5872,6499,6869,7588,7947,8269,8388,8798,10387,10976,11766,109,1076,1474,1717,1894,2253,3185,4628,5159,5780,5976,6598,6933,7681,8059,8297,8545,8942,10600,11000,11801,0ENSSTOG00000027459.2incmplcmpl2,0,2,1,0,1,0,0,1,0,1,1,0,0,2,1,0,0,0,-1,-1,
585ENSSTOT00000028658.1AGTP01134759+387440114011401113874,4011,0ENSSTOG00000028234.1nonenone-1,
585ENSSTOT00000032725.1AGTP01134973+706482477064824727064,8084,7180,8247,0ENSSTOG00000030118.1cmplcmpl0,2,
585ENSSTOT00000030309.1AGTP01135849-11316118111131611811311316,11460,11694,11448,11487,11811,0ENSSTOG00000031329.1cmplcmpl0,0,0,
585ENSSTOT00000037954.1AGTP01137030+123621811236218111236,2181,0ENSSTOG00000033579.1incmplcmpl0,
585ENSSTOT00000025890.2AGTP01137103-654288976542723636542,6917,8842,6796,7238,8897,0ENSSTOG00000019925.2cmplincmpl1,0,-1,

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