Description Usage Arguments Examples
Wraps the meta 2d method with JTK + LS and returns a data frame with the results. The period is set between 20 and 28h.
1 2 3 4 5 6 7 | meta2d_wrapper(
data,
timepoints,
min_per = 20,
max_per = 28,
cycMethod = c("LS", "JTK")
)
|
data |
The data matrix with the omics data. |
timepoints |
numeric vector containing the timepoints corresponding to each column in data. |
cycMethod |
a character vector(length 1 or 2 or 3). User-defined methods for detecting rhythmic signals, must be selected as any one, any two or all three methods(default) from "ARS"(ARSER), "JTK"(JTK_CYCLE) and "LS"(Lomb-Scargle). |
1 | meta2d_results <- meta2d_wrapper(my_data, s2c$time)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.