Rbiouml
From BioUML platform
Revision as of 13:53, 13 September 2013 by Tagir Valeev (Talk | contribs)
rbiouml is an R package which allows accessing BioUML server from R script. It's available on CRAN repository.
Main capabilities
- Retrieving tables from BioUML (including any items which can be represented as tables: profiles, some kinds of tracks, etc.)
- Storing tables in BioUML.
- Listing items in BioUML repository.
- Launching BioUML analyses.
- Launching BioUML workflows.
Installation
Use the following R command to install rbiouml:
install.packages("rbiouml")
To update from older version use:
update.packages("rbiouml")