Home Project Objectives Project Development Source Code Design Architecture Downloads Code Examples Current JavaDocs Change Log Example Usage I: Savant Browser Plugin Example Usage II: ArkMAP Application Contact Roslin Bioinformatics
 
Get JEnsembl: a Java API for Ensembl at SourceForge.net. Fast, secure and Free Open Source software downloads
 
News...!
2015-01-13 Release version 1.78. Updated to handle up to Ensembl Schema 78 (Ensembl Genomes 25). Introduced searching for partial matches on species aliases/names. (Download)
JEnsembl API is published: JEnsembl: a version-aware Java API to Ensembl data systems. Paterson T, Law A. (2012) Bioinformatics 38(21):2724-2731. [PDF]
To help drive our development of the API we are running a poll to try and determine how potential users might use JEnsembl. Please add your opinion at Survey Monkey.

JEnsembl: Objectives

A full Java API for accessing Ensembl datasources would replicate all the data access functionality of the Perl API Core, Compara, FuncGene and Variation modules, and would:

  1. connect to and extract data from the current release version of Ensembl
  2. access all instances of Ensembl data systems including single-species databases at Ensembl and multi-species databases (bacterial collections) at EnsemblGenomes
  3. access data from all database types: core, funcgen, variation, compara etc.
  4. emit software objects corresponding to the major object types within Ensembl including Sequence Regions, Markers, Alleles, Genes, Exons, Transcripts, CoordinateSystems and AnnotationFeatures of numerous kinds
  5. map between appropriate CoordinateSystem levels for a given genome
  6. provide an architecture for updating the API connectivity and functionality as new versions of Ensembl are released, whilst maintaining backwards compatibility with earlier releases. (Improve on the Perl requirement for version-specific API releases)
  7. ideally be compatible with the BioJava Open Source Java libraries where relevant

There would be no obvious value in replicating any of Ensembl Perl API functionality specific to data curation, the annotation pipeline or website provision etc.