Pathways Enrichment Analysis.
1
0
Entering edit mode
6.1 years ago
kalyanimeha ▴ 40

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 • 3.7k views
ADD COMMENT
0
Entering edit mode

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

ADD REPLY
0
Entering edit mode

Getting error

Warning message:

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

ADD REPLY
1
0
Entering edit mode

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
ADD REPLY
2
Entering edit mode

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.

ADD REPLY
2
Entering edit mode
6.1 years ago
Guangchuang Yu ★ 2.6k

install the github version will works.

devtools::install_github("GuangchuangYu/enrichplot")
ADD COMMENT
0
Entering edit mode

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"
ADD REPLY
1
Entering edit mode
devtools::install_github(c("GuangchuangYu/DOSE", "GuangchuangYu/enrichplot"))
ADD REPLY
0
Entering edit mode

why do you update the package at such higher frequency

ADD REPLY
0
Entering edit mode

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

ADD REPLY

Login before adding your answer.

Traffic: 1968 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6