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

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENSLACT00000001125.1AFYH01266222-81351016281351016228135,9711,8662,10162,0ENSLACG00000000997.1incmplincmpl1,0,
585ENSLACT00000002121.2AFYH01266222-32573352993316434984232573,34545,33985,35299,0ENSLACG00000001883.2cmplcmpl1,0,
585ENSLACT00000000688.1AFYH01267501+34861840334861840373486,4749,7118,9729,12958,13919,18250,3633,4944,7319,9846,13119,14067,18403,0ENSLACG00000000609.1incmplincmpl0,0,0,0,0,2,0,
585ENSLACT00000023544.1AFYH01267717-885089648964896418850,8964,0ENSLACG00000020760.1nonenone-1,
585ENSLACT00000000103.1AFYH01268604+205127620512762205,1071,1056,1276,0ENSLACG00000000089.1incmplincmpl0,2,
585ENSLACT00000023497.1AFYH01269002+388039893989398913880,3989,0ENSLACG00000020713.1nonenone-1,
585ENSLACT00000000481.1AFYH01269007-22021562130841474952202,8238,11877,12875,14495,3288,8355,11985,12990,15621,0ENSLACG00000000427.1cmplcmpl0,0,0,2,0,
585ENSLACT00000001069.1AFYH01269485-718482867184828627184,7623,7247,8286,0ENSLACG00000000948.1incmplincmpl0,0,
585ENSLACT00000001114.1AFYH01269684+79931410388191393427993,13729,9388,14103,0ENSLACG00000000988.1incmplcmpl0,2,
585ENSLACT00000001115.1AFYH01269684+88221410388221393438822,9219,13729,9201,9388,14103,0ENSLACG00000000988.1cmplcmpl0,1,2,

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