Description Usage Arguments Value
This function calls the bnstruct package "knn.impute" function to perform k nearest neighbor imputation on a time course to fill in missing data.
1 | tcImpute(expdata, neighbors = 5)
|
expdata |
This is an expression matrix with rows as genes and columns as samples in a time course. Time points missing data should be inserted as columns in the correct place containing NAs. |
neighbors |
This is the number of neighbors used in determining value. |
This fucntion returns the expression matrix with blank columns filled with imputed values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.