Welcome

This is the DAVe - Data Analysis and Visualization engine R package repository.

Install

Add dave.minicran repo to install all packages.

r <- getOption("repos") 
r["CDS"] = "https://creativedatasolutions.github.io/dave.minicran/"
options(repos = r)

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",
    "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') 

User Manual

See the DAVe user manual for more details.

Made with ❤️ by CDS- Creative Data Solutions.
© CDS 2022