R package for the AHDIDA Team (ISBA, UCLouvain).
if (!requireNamespace("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github("manonmartin/mbxucl")
if (!requireNamespace("remotes", quietly = TRUE))
install.packages("remotes")
remotes::install_github("manonmartin/mbxucl")
#A. Install necessary dependencies ===========
install.packages(c("clValid", "phyclust", "proxy", "pls",
"pander", "stats","ggplot2", "reshape2", "spls", "plyr",
"gridExtra", "clusterSim", "modeest"))
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ropls")
#B. Install MBXUCL ===========
# Instructions:
# 1. Download the MBXUCL library from https://github.com/ManonMartin/MBXUCL
# 2. Unzip the folder
# 3. Change package_path to the folder location
package_path <- "/Users/manon/Documents/MBXUCL"
# 4. Install MBXUCL
install.packages(pkgs = package_path, repos = NULL,
type = "source")
/!\ package dependencies should be already available if installed from a local repository.
Once installed, the package can be loaded as usual in R with library(MBXUCL)
.