This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Pathways Enrichment Analysis.

I am trying to visualise the pathways map but getting some error? I Have already install ReactomePA Package.

> emapplot(x)

Error in emapplot(x) : could not find function "emapplot"
rna-seq pathwaysenrichment microarray reactomepa

Isn't that part of a separate package? Have you installed loaded it (enrichplot)?

Getting error

Warning message:

package ‘enrichplot’ is not available (for R version 3.4.3)

I have downloaded the zipfile and extracted file saved in r directory, but when calling the library its showing error.

> library(enrichplot)

Error: package or namespace load failed for ‘enrichplot’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):

 namespace ‘DOSE’ 3.4.0 is already loaded, but >= 3.5.1 is required

In addition: Warning message:

package ‘enrichplot’ was built under R version 3.5.0

Try Googling the exact error message, then a generic form of the error message (package was built under R version). You'll see ways to find out the root cause. Please invest some effort in solving your problems.

1 answer

install the github version will works.

devtools::install_github("GuangchuangYu/enrichplot")

Still getting an error.

> library(enrichplot)

Error: package or namespace load failed for ‘enrichplot’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):

namespace ‘DOSE’ 3.4.0 is already loaded, but >= 3.5.1 is required


> emapplot(yy)
Error in emapplot(yy) : could not find function "emapplot"
devtools::install_github(c("GuangchuangYu/DOSE", "GuangchuangYu/enrichplot"))

why do you update the package at such higher frequency

What does that even mean? Can you elaborate on that question please?

Log in to answer this question.