Schema for Ensembl Genes - Ensembl Genes
  Database: felCat8    Primary Table: ensGene    Row Count: 34,871   Data last updated: 2018-05-08
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 ENSFCAT00000011707.3varchar(255) values Name of gene (usually transcript_id from GTF)
chrom chrA1varchar(255) values Reference sequence chromosome or scaffold
strand +char(1) values + or - for strand
txStart 35916int(10) unsigned range Transcription start position (or end position for minus strand item)
txEnd 48122int(10) unsigned range Transcription end position (or start position for minus strand item)
cdsStart 35956int(10) unsigned range Coding region start (or end position for minus strand item)
cdsEnd 47160int(10) unsigned range Coding region end (or start position for minus strand item)
exonCount 8int(10) unsigned range Number of exons
exonStarts 35916,36856,37762,39357,407...longblob   Exon start positions (or end positions for minus strand item)
exonEnds 36005,36964,37952,39476,408...longblob   Exon end positions (or start positions for minus strand item)
score 0int(11) range score
name2 ENSFCAG00000011704.3varchar(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 cmplenum('none', 'unk', 'incmpl', 'cmpl') values Status of CDS end annotation (none, unknown, incomplete, or complete)
exonFrames 0,1,1,2,1,1,2,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
        felCat8.ensGtp.transcript (via ensGene.name)
      felCat8.ensPep.name (via ensGene.name)

Sample Rows
 
binnamechromstrandtxStarttxEndcdsStartcdsEndexonCountexonStartsexonEndsscorename2cdsStartStatcdsEndStatexonFrames
585ENSFCAT00000011707.3chrA1+35916481223595647160835916,36856,37762,39357,40718,42414,45815,46981,36005,36964,37952,39476,40871,42613,45934,48122,0ENSFCAG00000011704.3cmplcmpl0,1,1,2,1,1,2,1,
585ENSFCAT00000046528.1chrA1-99817106829103192106344599817,105071,105821,105992,106170,103305,105203,105904,106096,106829,0ENSFCAG00000033808.1cmplcmpl1,1,2,0,0,
585ENSFCAT00000026021.2chrA1+1060871113221070551112459106087,107200,109306,110097,110285,110516,110753,110968,111132,107058,107309,109390,110207,110418,110671,110848,111042,111322,0ENSFCAG00000031008.2cmplcmpl0,0,1,1,0,1,0,2,1,
585ENSFCAT00000049359.1chrA1+1060871112451070551112458106087,107200,109306,110097,110285,110516,110753,110968,107058,107309,109390,110207,110418,110671,110848,111245,0ENSFCAG00000031008.2cmplcmpl0,0,1,1,0,1,0,2,
73ENSFCAT00000032905.1chrA1+1229501359381229501359389122950,124623,125235,125391,125604,132867,133522,133888,135894,123040,124732,125312,125487,125631,132936,133561,134012,135938,0ENSFCAG00000035626.1incmplcmpl0,0,1,0,0,0,0,0,1,
586ENSFCAT00000037561.1chrA1-1579881581861581861581861157988,158186,0ENSFCAG00000037331.1nonenone-1,
586ENSFCAT00000026124.2chrA1+2261612262912262912262911226161,226291,0ENSFCAG00000023750.2nonenone-1,
587ENSFCAT00000035768.1chrA1+32764735787832764735787823327647,331042,334764,337250,338224,339301,339566,339938,340867,341220,342881,346601,348743,349599,352139,353320,353572,355734,35 ...327666,331188,334824,337454,338338,339436,339684,340207,341066,341324,343016,346794,348919,349736,352290,353489,353727,355858,35 ...0ENSFCAG00000006891.4incmplcmpl0,1,0,0,0,0,0,1,0,1,0,0,1,0,2,0,1,0,1,0,2,2,1,
587ENSFCAT00000006897.4chrA1+33102935787833102935787822331029,334764,337250,338224,339301,339566,339938,340867,341214,342881,346601,348743,349599,352139,353320,353572,355734,356047,35 ...331188,334824,337454,338338,339436,339693,340207,341066,341324,343016,346794,348919,349736,352290,353489,353727,355858,356193,35 ...0ENSFCAG00000006891.4incmplcmpl0,0,0,0,0,0,1,0,1,0,0,1,0,2,0,1,0,1,0,2,2,1,
588ENSFCAT00000024641.2chrA1+45686050613945686050613913456860,457153,463199,464451,466197,467811,484163,485455,493127,494483,497203,501958,506040,456998,457272,463290,464567,466484,467975,484283,485536,493244,494652,497339,502148,506139,0ENSFCAG00000004914.4cmplcmpl0,0,2,0,2,1,0,0,0,0,1,2,0,

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

Ensembl Genes (ensGene) Track Description
 

Description

These gene predictions were generated by Ensembl.

For more information on the different gene tracks, see our Genes FAQ.

Methods

For a description of the methods used in Ensembl gene predictions, please refer to Hubbard et al. (2002), also listed in the References section below.

Data access

Ensembl Gene data can be explored interactively using the Table Browser or the Data Integrator. For local downloads, the genePred format files for felCat8 are available in our downloads directory as ensGene.txt.gz or in our genes download directory in GTF format.

For programmatic access, the data can be queried from the REST API or directly from our public MySQL servers. Instructions on this method are available on our MySQL help page and on our blog.

Previous versions of this track can be found on our archive download server.

Credits

We would like to thank Ensembl for providing these gene annotations. For more information, please see Ensembl's genome annotation page.

References

Hubbard T, Barker D, Birney E, Cameron G, Chen Y, Clark L, Cox T, Cuff J, Curwen V, Down T et al. The Ensembl genome database project. Nucleic Acids Res. 2002 Jan 1;30(1):38-41. PMID: 11752248; PMC: PMC99161