r <- getOption("repos")
r["CDS"] = "https://creativedatasolutions.github.io/dave.minicran/"
options(repos = r)Welcome
This is the DAVe - Data Analysis and Visualization engine R package repository.
Install
Add dave.minicran repo to install all packages.
Install the DAVe: Data Analysis and Visualization engine
#install
pkgs <-
c(
'dave.app',
'dave.vis',
'dave.preproc',
'dave.stat',
'dave.cluster',
'dave.pathway.app',
"dave.ml.app",
"dave.multivariate.app",
"CTSgetR",
"dave.network.app"
)
install.packages(pkgs)Run
library(dave.app)
# change USERNAME to save analysis progress in a specific folder
run_daveApp(USERNAME = 'dave_user')