Difference between revisions of "Rbiouml"
From BioUML platform
Tagir Valeev (Talk | contribs) m |
Ivan Yevshin (Talk | contribs) (→Installation) |
||
Line 9: | Line 9: | ||
== Installation == | == Installation == | ||
+ | rbiouml depends on RCurl package that requires libcurl to be installed on your system. | ||
+ | On ubuntu install libcurl4-gnutls-dev: | ||
+ | sudo apt-get install libcurl4-gnutls-dev | ||
Use the following R command to install rbiouml: | Use the following R command to install rbiouml: | ||
install.packages("rbiouml") | install.packages("rbiouml") |
Revision as of 12:28, 19 September 2013
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
rbiouml depends on RCurl package that requires libcurl to be installed on your system. On ubuntu install libcurl4-gnutls-dev:
sudo apt-get install libcurl4-gnutls-dev
Use the following R command to install rbiouml:
install.packages("rbiouml")
To update from older version use:
update.packages("rbiouml")