Rodam (version 0.1.2)

Rodam-package: Wrapper Functions for 'ODAM' (Open Data for Access and Mining) Web Services

Description

'ODAM' (Open Data for Access and Mining) is a framework that implements a simple way to make research data broadly accessible and fully available for reuse, including by a script language such as R. The main purpose is to make a dataset accessible online with a minimal effort from the data provider, and to allow any scientists or bioinformaticians to be able to explore the dataset and then extract a subpart or the totality of the data according to their needs. To install the 'ODAM' software suite on your own server, this requires a machine (virtual or not) with a recent OS that support Docker. See [1].

The Rodam package has only one class, odamws that provides methods to allow you to retrieve online data using 'ODAM' Web Services. This obviously requires that data are implemented according the 'ODAM' approach , namely that the data subsets were deposited in the suitable data repository in the form of TSV files associated with their metadata also described in TSV files. See [2] for more details.

Arguments

References

  1. Docker images of the ODAM software suite https://hub.docker.com/r/odam/getdata/

  2. Presentation of the ODAM framework http://fr.slideshare.net/danieljacob771282/odam-open-data-access-and-mining

  3. FIRM's data subsets of CSV files consistent with the ODAM framework https://doi.org/10.5281/zenodo.154041

  4. Data Explorer online http://www.bordeaux.inra.fr/pmb/dataexplorer/

See Also

The class that actually implements the API layer for the 'ODAM' web services odamws