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")
网友评论