if (!requireNamespace("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
}
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
::install_github(
remotes"jaspershen-lab/mapa",
dependencies = TRUE,
repos = BiocManager::repositories(),
upgrade = "ask"
)
::install_github(
remotes"jaspershen-lab/mapashiny",
dependencies = TRUE,
repos = BiocManager::repositories(),
upgrade = "ask"
)
10 Installation
Follow the steps below to install the latest development version of MAPA shinyapp from GitHub (the script first installs BiocManager, remotes, and MAPA if you don’t have them):