The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

R

The R interface can be used to access the atlas approximation API from R. It uses caching to speed up multiple requests so it is generally as fast or faster than using the REST API directly.

Requirements

You need the following R packages:

Installation

You can install the package from CRAN (WIP!):

install.packages("atlasapprox")

Getting started

Load the library:

library("atlasapprox")

You now have access to the GetXXX functions within atlasapprox, e.g.:

human_organs <- GetOrgans(organism = "h_sapiens")

See the Reference page for details on each function.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.