【问题标题】:Getting error not exported by 'namespace:DOSE'namespace:DOSE 未导出错误
【发布时间】:2018-04-11 12:15:34
【问题描述】:

我收到这两个错误。有人可以快速解决此错误吗?我还安装了最新的软件包,但仍然出现此错误。

library(ReactomePA)
# Error: package or namespace load failed for ‘ReactomePA’:
# object ‘netplot’ is not exported by 'namespace:DOSE'

yy = enrichPathway(gene, pvalueCutoff=0.05)
# Error in enrichPathway(gene, pvalueCutoff = 0.05) :
# could not find function "enrichPathway"

library(clusterProfiler)
# Error: package or namespace load failed for ‘clusterProfiler’:
# object ‘dotplot’ is not exported by 'namespace:DOSE'

【问题讨论】:

    标签: r bioinformatics bioconductor


    【解决方案1】:

    尝试删除软件包并重新安装:

    remove.packages(c("ReactomePA", "clusterProfiler"))
    
    source("https://bioconductor.org/biocLite.R")
    
    biocLite("ReactomePA")
    biocLite("clusterProfiler")
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-03-29
      • 1970-01-01
      • 2023-03-07
      • 2021-09-05
      • 2019-05-01
      • 2022-01-12
      • 2021-01-24
      相关资源
      最近更新 更多