2018-01-11 R包

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")

你可能感兴趣的:(2018-01-11 R包)