Off topic:How to launch the RnBeads graphical user interface?
0
0
Entering edit mode
3.2 years ago

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!

R software error • 331 views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 2640 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