-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
ejh243 edited this page May 24, 2023
·
1 revision
The CETYGO package is available via GitHub and can be installed using the devtools package. However, there are some pre-requistite packages that may need to be installed from Bioconductor first.
# install required packages
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install(c("genefilter", "minfi"))
install.packages("quadprog")
# install devtools to install from GitHub
install.packages("devtools")
library(devtools)
install_github("ds420/CETYGO")