| to_motifDiscovery,list-method | R Documentation |
Transforms the result of generateCurves into a format suitable for discoverMotifs
## S4 method for signature 'list'
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.
builder <- funMoDisco::motifSimulationBuilder(N = 20, len = 300, 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.