How to launch the RnBeads graphical user interface?
Hi guys,
I've to install RnBeads package in R to do quality control of genome-wide methylation analyses.
I found the following commands to install RnBeads package:
#Executing the installation script for all dependencies, as well as the RnBeads package
source("http://rnbeads.org/data/install.R")
#Loading RnBeads in R
library(RnBeads)
#launching the RnBeads graphical user interface in a new browser window
rnb.run.dj()
When I run rnb.run.dj() command, I found this error in Rstudio console:
> rnb.run.dj()
Error in get(name, envir = asNamespace(pkg), inherits = FALSE) :
object "%AND%" not found
So, I clicked on "Show Traceback":
Error in get(name, envir = asNamespace(pkg), inherits = FALSE) :
object "%AND%" not found
32.
get(name, envir = asNamespace(pkg), inherits = FALSE)
31.
shiny:::`%AND%`
...
How could I solve this problem? Has someone else met this kind of problem with RnBeads?
Thank you!
• 472 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Is the shiny package installed? It is good practice to provide your
sessionInfo()output. If shiny is installed, and you do not get responses here, consider to post it at support.bioconductor.org as this is the help forum for technical problems with Bioconductor packages.Thank u for your tip!
Unfortunatly, my sessionInfo() has more than 5000 characters, so I'm afraid I can't post all of it.
By the ways, this is a part of my R info session:
Shiny package should be installed, and I have always the same problem also after installing it
Hello Fede_Santos95!
I will close this as it is now actively discussed over at the Bioc forum which is the appropriate forum for technical Bioc questions. Hope you get it running!
https://support.bioconductor.org/p/9135114/