This is a test version of Biostars. For the public version, visit https://www.biostars.org.
error running runTomTom() from memes package

I am constantly receiving error regarding runTomTom() function from memes packages.

As I am trying to do motif prediction and comparison using given function and package. Is there anyone had same problem using following code ?

library(memes)
library(magrittr)
example_motif <- create_motif("CCRAAAW")
database <- system.file("extdata", "flyFactorSurvey_cleaned.meme", package = "memes")
example_tomtom <- runTomTom(example_motif,database)

> Error: 'update_motifs' is not an exported object from 'namespace:universalmotif'

I have tried to reinstall the package and restarting the R. However the problem is remaining still.

motif universalmotif motif comparison discovery memes installation

solved through R update and package reload Github

0 answers

No answers yet.

Log in to answer this question.