2018-01-11 R包
2018-01-11 本文已影响0人
e8a37405cb53
source("https://bioconductor.org/biocLite.R")
biocLite("org.Dr.eg.db", ask=False)
biocLite("org.Mm.eg.db", ask=False)
biocLite("org.Hs.eg.db", ask=False)
biocLite("clusterProfiler",ask=False)
biocLite("Rgraphviz",ask=False)
biocLite("pathview",ask=False)
2019-8-20
install.packages(c("tidyverse", "venn", 'ggpubr','BiocManager') )
BiocManager::install("clusterProfiler")