Schema for ensGene
  Database: papAnu2    Primary Table: ensGene    Row Count: 31,071   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 ENSPANT00000027241.1varchar(255) values Name of gene (usually transcript_id from GTF)
chrom AHZZ01115065varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 16592int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 16680int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 16680int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 16680int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 1int(10) unsigned range Number of exons
exonStarts 16592,longblob   Exon start positions (or end positions for minus strand item)
exonEnds 16680,longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ENSPANG00000003941.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)
      papAnu2.ensGtp.transcript (via ensGene.name)
      papAnu2.ensPep.name (via ensGene.name)
      papAnu2.ensemblSource.name (via ensGene.name)
      papAnu2.ensemblToGeneName.name (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENSPANT00000027241.1AHZZ01115065+16592166801668016680116592,16680,0ENSPANG00000003941.1nonenone-1,
585ENSPANT00000025466.1AHZZ01120135+15154160511515416051115154,16051,0ENSPANG00000003659.1cmplincmpl0,
585ENSPANT00000029101.1AHZZ01125288-1602682682681160,268,0ENSPANG00000002231.1nonenone-1,
585ENSPANT00000006054.1AHZZ01125719-339839093447390923398,3863,3779,3909,0ENSPANG00000008248.1cmplcmpl1,0,
585ENSPANT00000024567.1AHZZ01126579-208726052534426052432087,5629,6024,6289,6472,6722,8320,8490,8695,8979,10103,10556,10799,11260,11537,11751,12066,12320,12664,12855,13152,13475,13806, ...5486,5762,6108,6388,6562,6825,8395,8581,8882,9073,10163,10724,11032,11432,11654,11908,12142,12530,12754,12907,13362,13615,13877, ...0ENSPANG00000024813.1cmplcmpl2,1,1,1,1,0,0,2,1,0,0,0,1,0,0,2,1,1,1,0,0,1,2,1,1,1,0,0,0,0,0,1,0,0,2,1,2,0,1,0,0,2,0,
585ENSPANT00000002103.1AHZZ01128245+554771585547715835547,6102,6549,5630,6547,7158,0ENSPANG00000018807.1incmplincmpl0,2,0,
585ENSPANT00000014337.1AHZZ01128619-430281005289792324302,7834,5752,8100,0ENSPANG00000023900.1cmplcmpl2,0,
585ENSPANT00000006225.1AHZZ01128805-154324791543247911543,2479,0ENSPANG00000004987.1incmplcmpl0,
585ENSPANT00000013653.1AHZZ01128805-336434723472347213364,3472,0ENSPANG00000010695.1nonenone-1,
585ENSPANT00000002315.1AHZZ01130230+723290297232902917232,9029,0ENSPANG00000011887.1incmplincmpl0,

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