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

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 follwing 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)

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



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source