Difference between revisions of "Rbiouml"
From BioUML platform
Tagir Valeev (Talk | contribs) m |
Tagir Valeev (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | '''rbiouml''' is an {{R}} package which allows accessing [[BioUML server]] from R script. It's available on CRAN repository | + | '''rbiouml''' is an {{R}} package which allows accessing [[BioUML server]] from R script. It's available on CRAN repository. |
− | Main capabilities | + | == Main capabilities == |
* Retrieving {{Type link|table}}s from BioUML (including any items which can be represented as tables: {{Type link|profile}}s, some kinds of {{Type link|track}}s, etc.) | * Retrieving {{Type link|table}}s from BioUML (including any items which can be represented as tables: {{Type link|profile}}s, some kinds of {{Type link|track}}s, etc.) | ||
* Storing {{Type link|table}}s in BioUML. | * Storing {{Type link|table}}s in BioUML. | ||
Line 7: | Line 7: | ||
* Launching BioUML analyses. | * Launching BioUML analyses. | ||
* Launching BioUML workflows. | * Launching BioUML workflows. | ||
+ | |||
+ | == Installation == | ||
+ | Use the following R command to install rbiouml: | ||
+ | install.packages("rbiouml") | ||
+ | To update from older version use: | ||
+ | update.packages("rbiouml") | ||
+ | |||
+ | == See also == | ||
+ | * [http://cran.r-project.org/web/packages/rbiouml/ CRAN page] | ||
+ | * [http://cran.r-project.org/web/packages/rbiouml/vignettes/rbiouml.pdf Getting started with rbiouml] | ||
[[Category:R]] | [[Category:R]] |
Revision as of 13:53, 13 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
Use the following R command to install rbiouml:
install.packages("rbiouml")
To update from older version use:
update.packages("rbiouml")