enrichMap function is not found
1
1
Entering edit mode
2.2 years ago
Fatemeh ▴ 30

Hello, I get this error when I try to run enrichMap(): Error in enrichMap(bp) : could not find function "enrichMap". I just updated my clusterprofiler package (clusterProfiler_4.2.2) but still I have the same issue. Could anyone help me please with this?

Thanks a lot.

enrichMap • 2.7k views
ADD COMMENT
1
Entering edit mode

enrichMap is from the DOSE package

ADD REPLY
0
Entering edit mode

Thanks a lot for your help. I tried to install it but I could not run the library using these codes:

devtools::install_github("GuangchuangYu/DOSE").

library(GuangchuangYu/DOSE)

ADD REPLY
1
Entering edit mode

try library(DOSE)

ADD REPLY
5
Entering edit mode
22 months ago
Zaein ▴ 50

Fatemeh, did you ever manage to get it to work? I am having the same problem and I am already using Library(DOSE). I looked through the package on R as well as the latest documentation for version 3.22 (June 14) and was unable to find the enrichMap function.

SOLUTION: To anyone reading this that is having the same issue. enrichMap is depreciated and is no longer part of the DOSE package. The author moved the functionality to another package called enrichplot. You will need to download and install enrichplot using bioconductor in order to access these functions.

Cheers,

ADD COMMENT

Login before adding your answer.

Traffic: 1577 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