impute.wrapper.KNN {imputeLCMD} | R Documentation |
Imputation with KNN
Description
This function performs missing values imputation based on KNN algorithm
Usage
impute.wrapper.KNN(dataSet.mvs, K)
Arguments
dataSet.mvs |
expression matrix with MVs (either peptides or proteins) |
K |
the number of neighbors |
Value
dataset containing complete abundances
[Package imputeLCMD version 2.1 Index]