Description Usage Arguments Value See Also
View source: R/preprocess_acf.R
Computing the autocovariance function from a data.frame
of time-series. The resulting autocovariance
function is smoothed using a moving average defined by the period and sampling scheme.
Returns the smoothed time-series as a data.frame
.
1 | preprocess_acf(data, period = 24, linearTrend = F)
|
data |
a |
period |
a |
linearTrend |
a |
a smoothed data.frame
of numeric
gene expression covariance over time (row = genes x col = ZT times).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.