目录
安装clusterProfiler包
if (!requireNamespace("devtools", quietly = TRUE)) {
install.packages("devtools")
}
devtools::install_bioconductor("clusterProfiler")
安装org.Hs.eg.db包
BiocManager::install("org.Hs.eg.db")
if (!requireNamespace("devtools", quietly = TRUE)) {
install.packages("devtools")
}
devtools::install_bioconductor("clusterProfiler")
BiocManager::install("org.Hs.eg.db")