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.
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).