BioMOBY

BioMOBY

BioMOBY is a registry of web services used in bioinformatics. It allows interoperability between biological data hosts and analytical services by annotating services with terms taken from standard ontologies.

The BioMOBY project

The [http://biomoby.org BioMoby] project began at the Model Organism Bring Your own Database Interface Conference (MOBY-DIC), held in [http://www.emmalake.usask.ca/ Emma Lake] ] , Saskatchewan on September 21, 2001. It stemmed from a conversation between [http://www.bioperl.org/wiki/Mark_Wilkinson Mark D Wilkinson] and [http://www.bioperl.org/wiki/Suzi_Lewis Suzanna Lewis] during a [http://geneontology.org] Gene Ontology developers meeting at the Carnegie Institute, Stanford, where the functionalities of the Genquire and Apollo genome annotation tools were being discussed and compared. The lack of a simple standard that would allow these tools to interact with the myriad of data-sources required to accurately annotate a genome was a critical need of both systems.

Funding for the BioMOBY project was subsequently adopted by Genome Prairie [http://genomeprairie.ca] (2002-2005), Genome Alberta [http://genomealberta.ca] (2005-date), in part through Genome Canada [http://genomecanada.ca] , a not-for-profit institution leading the Canadian X-omic initiatives.

There are two main branches of the BioMOBY project. One is a web-service-based approach, while the other utilizes Semantic Web technologies. This article will refer only to the Web Service specifications. The other branch of the project, Semantic Moby, is described in a separate entry.

Moby

The Moby project defines three Ontologies that describe biological [http://biomoby.org/RESOURCES/MOBY-S/Namespaces data-types] , biological [http://biomoby.org/RESOURCES/MOBY-S/Objects data-formats] , and bioinformatics [http://biomoby.org/RESOURCES/MOBY-S/Services analysis types] . Most of the interoperable behaviours seen in Moby are achieved through the Object (data-format) and Namespace (data-type) ontologies.

The MOBY [http://biomoby.org/RESOURCES/MOBY-S/Namespaces Namespace Ontology] is derived from the Cross-Reference Abbreviations List of the [http://geneontology.org Gene Ontology] project. It is simply a list of abbreviations for the different types of identifiers that are used in bioinformatics. For example, Genbank has "gi" identifiers that are used to enumerate all of their sequence records - this is defined as "NCBI_gi" in the Namespace Ontology.

The MOBY [http://biomoby.org/RESOURCES/MOBY-S/Objects Object Ontology] is an ontology consisting of IS-A, HAS-A, and HAS relationships between data formats. For example a DNASequence IS-A GenericSequence and HAS-A String representing the text of the sequence. All data in Moby must be represented as some type of MOBY Object. An XML serialization of this ontology is defined in the Moby API such that any given ontology node has a predictable XML structure.

Thus, between these two ontologies, a service provider and/or a client program can receive a piece of Moby XML, and immediately know both its structure, and its "intent" (semantics).

The final core component of Moby is the [http://biomoby.open-bio.org/CVS_CONTENT/moby-live/Docs/MOBY-S_API/CentralRegistry.html MOBY Central] web service registry. [http://biomoby.open-bio.org/CVS_CONTENT/moby-live/Docs/MOBY-S_API/CentralRegistry.html MOBY Central] is aware of the Object, Namespace and Service ontologies, and thus can match consumers who have in-hand Moby data, with service providers who claim to consume that data-type (or some compatible ontological data-type) or to perform a particular operation on it. This "semantic matching" helps ensure that only relevant service providers are identified in a registry query, and moreover, ensures that the in-hand data can be passed to that service provider "verbatim". As such, the interaction between a consumer and a service provider can be partially or fully automated, as shown in the [http://mobycentral.icapture.ubc.ca/ Gbrowse Moby] and [http://bioinfo.icapture.ubc.ca/bgood/Ahab.html Ahab] clients respectively.

BioMOBY and RDF/OWL

BioMOBY does not, for its core operations, utilize the RDF or OWL standards from the W3C. This is in part because neither of these standards were stable in 2001, when the project began, and in part because the library support for these standards were not "commodity" in any of the most common languages (i.e. Perl and Java) at that time.

Nevertheless, the BioMOBY system exhibits what can only be described as Semantic Web-like behaviours. The BioMOBY [http://biomoby.org/RESOURCES/MOBY-S/Objects Object Ontology] controls the valid data structures in exactly the same way as an OWL ontology defines an RDF data instance. BioMOBY Web Services consume and generate [http://biomoby.open-bio.org/CVS_CONTENT/moby-live/Docs/MOBY-S_API/DataClassOntology.html BioMOBY XML] , the structure of which is defined by the [http://biomoby.org/RESOURCES/MOBY-S/Objects BioMOBY Object Ontology] . As such, BioMOBY Web Services have been acting as prototypical Semantic Web Services since 2001, despite not using the eventual RDF/OWL standards.

However, BioMOBY does utilize the RDF/OWL standards, as of 2006, for the description of its [http://biomoby.org/RESOURCES/MOBY-S/Objects Objects] , [http://biomoby.org/RESOURCES/MOBY-S/Namespaces Namespaces] , [http://biomoby.org/RESOURCES/MOBY-S/Services Service] , and [http://biomoby.org/RESOURCES/MOBY-S/ServiceInstances Registry] . Increasingly these ontologies are being used to govern the behaviour of all BioMOBY functions using DL reasoners.

BioMOBY clients

There are several client applications that can search and browse the BioMOBY registry of services. One of the most popular is the Taverna workbench built as part of the MyGrid project. The first BioMOBY client was [http://moby.ucalgary.ca/gbrowse_moby Gbrowse Moby] , written in 2001 to allow access to the prototype version of BioMoby Services. Gbrowse Moby [http://www.scfbm.org/content/1/1/4] , in addition to being a BioMoby browser, now works in tandem with the Taverna workbench to create SCUFL workflows reflecting the Gbrowse Moby browsing session that can then be run in a high-throughput environment. The [http://moby.ucalgary.ca/seahawk Seahawk] [http://www.biomedcentral.com/1471-2105/8/208/abstract] applet also provides the ability to export a session history as a Taverna workflow, in what constitutes a programming by example functionality.

The [http://bioinfo.icapture.ubc.ca/bgood/Ahab.html Ahab] client is a fully-automated data mining tool. Given a starting point, it will discover, and execute, every possible BioMOBY service and provide the results in a clickable interface.

See also

* Open Bioinformatics Foundation

External links

* [http://www.biomoby.org/ Official BioMOBY website]
* [http://www.connotea.org/tag/biomoby Publications about BioMOBY] tagged using Connotea


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • Taverna workbench — The Taverna workbench is a free software [ [http://taverna.sourceforge.net/ Taverna is free software licensed under the GNU Lesser General Public License] ] tool for designing and executing workflows, created by the myGrid project and funded… …   Wikipedia

  • Sea Hawk — or Seahawk may refer to:In Ornithology: * the Osprey * the SkuaIn naval history: *RNAS Culdrose (HMS Seahawk), name of the Royal Naval Air Station Culdrose at Helston in Cornwall *USS Sea Hawk (1917) SP 2365, a US Navy patrol boat of 1917 1918In… …   Wikipedia

  • Open Bioinformatics Foundation — The Open Bioinformatics Foundation is a non profit, volunteer run organization focused on supporting open source programming in bioinformatics. The mission of the foundation is to support development of open source toolkits for bioinformatics,… …   Wikipedia

  • Semantic Web Services — are self contained, self describing, semantically marked up software resources that can be published, discovered, composed and executed across the Web in a task driven semi automatic way. Semantic Web Services can be defined as the dynamic part… …   Wikipedia

  • Programming by example — (also known as Programming by Demonstration or more generally as Demonstrational Programming ) is a technique for teaching a computer new behavior by demonstrating actions on concrete examples. The system records user actions and infers a… …   Wikipedia

  • Bioinformática — Saltar a navegación, búsqueda La bioinformática, según una de sus definiciones más sencillas, es la aplicación de tecnología de computadores a la gestión y análisis de datos biológicos.[1] Los términos bioinformática, biología computacional y, en …   Wikipedia Español

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”