This is a test version of Biostars. For the public version, visit https://www.biostars.org.
enrichMap function is not found

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

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)

1 answer

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,

Log in to answer this question.