-
Notifications
You must be signed in to change notification settings - Fork 53
R client
javild edited this page Jun 15, 2016
·
1 revision
R library package is implemented and maintained for the latest R release and distributed through Bioconductor. For a quick install, please enter the R terminal and type:
source("https://bioconductor.org/biocLite.R")
biocLite("xxx")
The R code is also distributed together with the rest of the CellBase code. R code can be found at:
cellbase/clients/R
The R code provides a library for programmatic access to CellBase data. No CLI is implemented in R.
Comprehensive description of the library is provided by the reference manual at Bioconductor:
https://www.bioconductor.org/packages/release/bioc/manuals/xxxx
Likewise, detailed usage cases and tutorials are provided by Bioconductor Vignettes:
https://www.bioconductor.org/packages/release/bioc/vignettes/xxx