Name Mode Size
.github 040000
R 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 1 kb
NEWS.md 100644 11 kb
README.md 100644 1 kb
README.md
[![codecov](https://codecov.io/gh/lgatto/rols/branch/master/graph/badge.svg)](https://codecov.io/gh/lgatto/rols) ### The Ontology Lookup Service The [Ontology Lookup Service](http://www.ebi.ac.uk/ontology-lookup/) (OLS), developed at the [European Bioinformatics Institute](http://www.ebi.ac.uk/) (EBI), is a unified web interface to query multiple ontologies from a single location. The [new version](http://www.ebi.ac.uk/ols/beta/roadmap.html) of the OLS uses a REST API. The `rols` package uses functionality from the [httr](https://cran.r-project.org/web/packages/httr/) package to query the OLS directly from R. See the [package's page](http://lgatto.github.io/rols/index.html) on GitHub for details, documentation and vignette. ### Installation `rols` is available from the [Bioconductor](http://www.bioconductor.org) repository. The package and its dependencies can be installed ``` if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("rols") ``` See also the `rols` [Bioconductor page](http://bioconductor.org/packages/release/bioc/html/rols.html) for on-line access to the vignette and the reference manual. ### Help * `rols` comes with plenty of documentation. Have a start with the vignette `vignette("rols", package="rols")`. * Please direct your questions to the [Bioconductor support site](https://support.bioconductor.org/). * For feature requests and bug reports, use [GitHub issues](https://github.com/lgatto/rols/issues)