Giter Club home page Giter Club logo

rols's Introduction

The Ontology Lookup Service

The Ontology Lookup Service (OLS), developed at the European Bioinformatics Institute (EBI), is a unified web interface to query multiple ontologies from a single location. It also provides Simple Object Access Protocol (SOAP) webservice for programmatic access.

The rols R package

The rols package uses functionality from the SSOAP and XMLSchema packages to query the OLS directly from R. It also uses some functionality from the Biobase package.

The CVParam class

The CVParam S4 class allows to generate controlled vocabulary parameters for all 88 ontologies through the OLS, as used in the frame of the Proteomics Standards Initiative (PSI) effort.

Installation

rols is available from the Bioconductor repository. The package and its dependencies can be installed

source("http://www.bioconductor.org/biocLite.R")
biocLite("rols")

See also the rols Bioconductor page for on-line access to the vignette and the reference manual.

The code on github is for sharing, testing, issue tracking and forking/pulling purposes. The official source code is available from the Bioconductor svn server. Get is with

svn co https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/rols

(user name: readonly, password: readonly)

Help

rols comes with plenty of documentation. Have a start with the vignette vignette("rols", package="rols"). Do not hesitate to contact me for questions/comments/suggestions.

Building from source

Some of the functions in rols are documented with the roxygen2 (CRAN package). The respective Rd pages have been created with

R --vanilla -e "library(roxygen2); roxygenize('"$(PKG)"', roclets=\"rd\")";

Note that only the rd roclet has been used, i.e. only roxygen's Rd-generation functionality. roxygen can also generate the NAMESPACE (namespace roclet) and parts of (?) the DESCRIPTION (previous and collate roclet) files, which is not used here. If all roclets are used, some original data will be overwritten.

rols's People

Contributors

lgatto avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.