imputeNA | R Documentation |
Imputation
imputeNA(m, method = "knn", k = 30, rowmax = 0.95, colmax = 0.95)
m |
A matrix-like object. |
method |
method for imputation, such as knn, lowAbundanceResampling, ReplicateBasedResampling |
k |
Integer, parameter for knn. |
rowmax |
parameter for knn. |
colmax |
parameter for knn. |
A matrix.
Wubing Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.