.imputeData {TimeSeriesExperiment} | R Documentation |
Estimates assay values for missing timepoints
.imputeData(raw.data, sample.data)
raw.data |
Raw input data with columns corresponding to samples (observations) and rows to features |
sample.data |
Optional. A |
Sometimes datasets include a missing sample. Here we impute the expression values by taking the mean expression of two samples from the same group and replicate (same individual) at two times surrounding the time of the missing sample
list of modified raw.data and sample.data