美文网首页
2018-01-11 R包

2018-01-11 R包

作者: e8a37405cb53 | 来源:发表于2018-01-11 09:54 被阅读0次
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包

      本文链接:https://www.haomeiwen.com/subject/ihlznxtx.html