美文网首页
安装clusterProfiler包

安装clusterProfiler包

作者: miao_hzaupo | 来源:发表于2019-06-07 01:01 被阅读0次
  • 在R-3.4.3版本中,这次重新安装总是报错:
无法载入程辑包‘DOSE’Error: package or namespace load failed for ‘DOSE’ in readRDS(pfile)

其实之前是真的已经载入了的,目前也不知道什么原因。

  • 由于get了新技能,发现Rstudio中可以切换新旧版本,切换版本后要退出再打开才行,于是又更新了R到最新版R-3.6.0,然后使用一行命令就解决了clusterProfiler包的安装
BiocManager::install("clusterProfiler")

相关文章

网友评论

      本文标题:安装clusterProfiler包

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