Reactome Pathway Analysis
I am getting this two errors. Can someone give quick solution for this error? I had also installed latest package, and still getting this error.
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'
• 2,721 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Given your past posts, I believe you have broken some package dependencies. Quick fix: uninstall R and its packages and start from scratch.
If you want packages yet unreleased on CRAN / BioConductor, my suggestion is you should have two R installations: one "stable" where you install only CRAN / BioConductor current packages; another with the latest and greatest of everything: R beta releases, BioConductor devel, etc.
You will need some technical expertise and independence to manage this second installation. Googling error messages is a great start.
https://github.com/GuangchuangYu/clusterProfiler/issues/132
Most likely a package installation issue. You may be missing dependencies. Try reinstalling the packages with their dependencies. Also this is not a bioinformatics question and may be more suitable for the R section of Stack Overflow. Finally, you should provide more details such as the operating system, R version, how you installed the packages ...
R Studio Version-1.1.442
R Version - 3.4.4
I am installing packages by command available in Bioconductor or should I roll back to an older version of R Studio/R
Hello kalyanimeha!
Please invest some effort into solving your problems. Also, provide feedback on your previous posts.
For this reason we have closed your question. I will reopen your question once you address the above points.
If you disagree please tell us why in a reply below, we'll be happy to talk about it.
Cheers!