Schema for ensGene
  Database: ochPri2    Primary Table: ensGene    Row Count: 36,309   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 ENSOPRT00000014063.1varchar(255) values Name of gene (usually transcript_id from GTF)
chrom scaffold_0varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 40655int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 67957int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 40655int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 67957int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 13int(10) unsigned range Number of exons
exonStarts 40655,49928,50455,51782,517...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 40755,50117,50558,51789,518...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ENSOPRG00000014064.1varchar(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,1,2,0,1,1,1,1,0,1,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
        knownGeneV39.knownToEnsembl.value (via ensGene.name)
      ochPri2.ensGtp.transcript (via ensGene.name)
      ochPri2.ensPep.name (via ensGene.name)
      ochPri2.ensemblSource.name (via ensGene.name)
      ochPri2.ensemblToGeneName.name (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENSOPRT00000014063.1scaffold_0+406556795740655679571340655,49928,50455,51782,51790,52319,57421,57989,58142,58186,60194,64675,67897,40755,50117,50558,51789,51866,52517,57604,58034,58183,58187,60242,64686,67957,0ENSOPRG00000014064.1incmplincmpl0,1,1,2,0,1,1,1,1,0,1,1,0,
585ENSOPRT00000018053.1scaffold_0-84183842648426484264184183,84264,0ENSOPRG00000018053.1nonenone-1,
585ENSOPRT00000018405.1scaffold_0-84183842648426484264184183,84264,0ENSOPRG00000018405.1nonenone-1,
73ENSOPRT00000014084.1scaffold_0-98384151119983841511191398384,99744,99761,99788,99822,99852,149936,149941,149966,151007,151011,151021,151062,98415,99756,99784,99820,99850,99933,149939,149965,150028,151008,151020,151060,151119,0ENSOPRG00000014084.1cmplincmpl2,2,0,1,0,0,0,0,1,0,0,0,0,
586ENSOPRT00000014103.1scaffold_0-1691251902211691251902218169125,169946,170397,171082,177604,179062,179899,190142,169311,170111,170450,171239,177685,179316,180082,190221,0ENSOPRG00000014105.1cmplcmpl0,0,1,0,0,1,1,0,
73ENSOPRT00000014164.2scaffold_0-29756246511029756246511042297562,299615,300263,302911,304189,304194,304204,304210,304219,304230,304237,304284,304316,305197,308801,309340,309366,309962,31 ...297658,299766,300476,303081,304192,304203,304207,304216,304228,304236,304282,304314,304372,305297,308905,309364,309502,310109,31 ...0ENSOPRG00000014122.2cmplincmpl0,2,2,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,2,0,1,0,0,0,0,2,2,0,2,0,1,1,0,0,2,1,0,0,0,0,2,0,
596ENSOPRT00000017515.1scaffold_0+150099715010661501066150106611500997,1501066,0ENSOPRG00000017515.1nonenone-1,
596ENSOPRT00000018889.1scaffold_0+150099715010661501066150106611500997,1501066,0ENSOPRG00000018903.1nonenone-1,
597ENSOPRT00000014192.1scaffold_0+1641697165543916416971655439111641697,1645364,1647890,1648451,1649223,1650745,1651825,1652667,1654368,1654635,1655348,1641789,1645493,1647965,1648590,1649347,1650821,1651938,1652746,1654456,1655063,1655439,0ENSOPRG00000014190.1incmplcmpl0,2,2,2,0,1,2,1,2,0,2,
597ENSOPRT00000014227.1scaffold_0-1657746169473316577461694733201657746,1660455,1661319,1661880,1662349,1666888,1667360,1667810,1669683,1670539,1670939,1671513,1673434,1674333,1676189,1677934, ...1657883,1660609,1661496,1662022,1662557,1667033,1667558,1668031,1670062,1670651,1671136,1671672,1673623,1674454,1676383,1678126, ...0ENSOPRG00000014212.1cmplcmpl1,0,0,2,1,0,0,1,1,0,1,1,1,0,1,0,1,0,1,0,

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