Generates a data.frame null resampling time-series as defined by the difference between consecutive points across all time-series. For additional information about the null distribution used by TimeCycle, see TimeCycle's vignette: vignette("TimeCycle").

nullResampling(data, numExperiments = 10000)

Arguments

data

a data.frame of numeric gene expression over time (row = genes x col = ZT times).

numExperiments

a numeric specifying the number of resampling to use in the null-distribution. Default is 10000.

Value

a data.frame of numeric resampled time-series (row = numExperiments x col = ZT times).

See also