to_motifDiscovery,list-method {funMoDisco}R Documentation

to_motifDiscovery

Description

Transforms the result of generateCurves into a format suitable for discoverMotifs

Usage

## S4 method for signature 'list'
to_motifDiscovery(curves)

Arguments

curves

A list coming from the generateCurves function.

Value

A list containing all curves formatted to be suitable for input into the discoverMotifs function.

Examples


curves <- funMoDisco::generateCurves(builder, noise_type = 'coeff', noise_str, only_der = FALSE)
formatted_curves <- to_motifDiscovery(curves)


[Package funMoDisco version 1.0.0 Index]