Schema for ensGene
  Database: gorGor3    Primary Table: ensGene    Row Count: 35,410   Data last updated: 2017-10-10
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 ENSGGOT00000027036.1varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chr1varchar(255) values Reference sequence chromosome or scaffold
strand -char(1) values + or - for strand
txStart 6640int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 6874int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 6640int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 6874int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 2int(10) unsigned range Number of exons
exonStarts 6640,6823,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 6730,6874,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ENSGGOG00000025689.1varchar(255) values Alternate name (e.g. gene_id from GTF)
cdsStartStat cmplenum('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,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
        gorGor3.ensGtp.transcript (via ensGene.name)
      gorGor3.ensPep.name (via ensGene.name)
      gorGor3.ensemblSource.name (via ensGene.name)
      gorGor3.ensemblToGeneName.name (via ensGene.name)
      knownGeneV39.knownToEnsembl.value (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENSGGOT00000027036.1chr1-664068746640687426640,6823,6730,6874,0ENSGGOG00000025689.1cmplincmpl0,0,
585ENSGGOT00000033764.1chr1+10386109271038610927410386,10415,10438,10501,10413,10436,10483,10927,0ENSGGOG00000026259.1incmplcmpl0,0,0,0,
585ENSGGOT00000023912.1chr1+11294348393458534816311294,12044,33650,11659,12153,34839,0ENSGGOG00000027791.1cmplcmpl-1,-1,0,
585ENSGGOT00000024234.1chr1+13588138181381813818213588,13788,13786,13818,0ENSGGOG00000024512.1nonenone-1,-1,
585ENSGGOT00000022307.1chr1-138373971814135397181013837,14409,15237,16046,16302,16681,17056,38532,38885,39530,14269,14478,15390,16214,16504,16817,17193,38679,38997,39718,0ENSGGOG00000014210.2cmplcmpl1,1,1,1,0,2,0,0,2,0,
585ENSGGOT00000025203.1chr1-138372640914135263861013837,14409,15237,16046,16302,16681,17056,17370,17723,26237,14269,14478,15390,16214,16504,16817,17193,17517,17835,26409,0ENSGGOG00000014210.2cmplcmpl1,1,1,1,0,2,0,0,2,0,
585ENSGGOT00000032136.1chr1-138372640914135263861213837,14409,14609,15285,16046,16200,16302,16681,17056,17370,17723,26237,14269,14478,14663,15390,16152,16214,16504,16817,17193,17517,17835,26409,0ENSGGOG00000014210.2cmplcmpl1,1,1,1,0,1,0,2,0,0,2,0,
585ENSGGOT00000014261.2chr1-141352638614135263861114135,14409,15237,16046,16302,16681,17052,17263,17370,17723,26237,14269,14478,15390,16214,16504,16813,17180,17276,17517,17835,26386,0ENSGGOG00000014210.2cmplcmpl1,1,1,1,0,0,1,0,0,2,0,
585ENSGGOT00000033065.1chr1-141351855614135185561014135,14409,15237,16046,16302,16681,17056,17370,17723,18368,14269,14478,15390,16214,16504,16817,17193,17517,17835,18556,0ENSGGOG00000014210.2cmplcmpl1,1,1,1,0,2,0,0,2,0,
585ENSGGOT00000011007.2chr1-141351781914135178191114135,14409,15237,15345,15348,16046,16302,16681,17052,17370,17723,14269,14478,15343,15347,15390,16214,16504,16813,17193,17517,17819,0ENSGGOG00000014210.2cmplincmpl1,1,0,1,1,1,0,0,0,0,0,

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