| to_motifDiscovery | R Documentation |
Transforms the result of generateCurves into a format suitable for discoverMotifs
to_motifDiscovery(curves)
curves |
A list coming from the generateCurves function. |
A list containing all curves formatted to be suitable for input into the discoverMotifs function.
N <- 20 # number of curves
len <- 300 # length of the curves
mot_details <- NULL # or list()
builder <- motifSimulationBuilder(N = N, len = len, mot_details = NULL)
curves <- funMoDisco::generateCurves(builder)
formatted_curves <- to_motifDiscovery(curves)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.