batchx/deg-patterns/install.deg-patterns.R

options(repos = list(CRAN="http://cran.rstudio.com/"))
install.packages(c("getopt","ggpubr","plotly"))
if (!requireNamespace("BiocManager", dependecies=TRUE, quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("ComplexHeatmap", ask = FALSE)
if (!requireNamespace("devtools", dependecies=TRUE, quietly=TRUE))
  install.packages('devtools')
BiocManager::install("DEGreport", ask = FALSE)
lpantano/DEGreport documentation built on Feb. 28, 2024, 12:01 a.m.