ImputeData | R Documentation |
Impute the NA data either by K-Nearest Neighbor method or fill the NA with 0.
ImputeData(object, impute.method, ...)
## S3 method for class 'AssayGrowth'
ImputeData(object, impute.method, ...)
## S3 method for class 'Rosace'
ImputeData(object, impute.method, name, key, ...)
object |
An object: matrix (AssayGrowth), AssayGrowth, or Rosace |
impute.method |
The imputation method to use: "knn" or "zero" |
... |
Additional arguments to be passed to the imputation method. |
name |
character string of AssayGrowth name |
key |
key of AssayGrowth |
An object with imputed count