Description Usage Arguments Value See Also Examples
View source: R/imputeMissingData.R
Imputes numeric
values for time-points with an NA
by computing the linear path between missing points
1 |
data |
a |
a imputed data.frame
of numeric
gene expression over time (row = genes x col = ZT times).
na_interpolation
for imputation procedure.
1 2 3 4 | a <- c(10, 12, 14, NA, 18)
b <- c(1, 2, NA, NA, 5)
data <- t(data.frame(a, b))
imputeMissingData(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.