DEPRECATED: We recommend instead using limorhyde, which has support for cosinor and periodic splines, in combination with methods such as limma.
zeitzeigerExtrema(fitResult, maximum = TRUE, dopar = TRUE)
fitResult | Output of |
---|---|
maximum | Logical indicating whether to find maximum or minimum. |
dopar | Logical indicating whether to process features in parallel.
Use |
Matrix with a row for each feature and columns for location and value.
Estimate the extremum (peak or trough) for each feature by using
stats::optimize()
and the periodic spline fit. Directly calling
this function is deprecated. Instead, use zeitzeigerProp()
.