impute.wrapper.SVD {imputeLCMD} | R Documentation |
imputation based on SVD algorithm
Description
this function performs missing values imputation based on SVD algorithm
Usage
impute.wrapper.SVD(dataSet.mvs, K)
Arguments
dataSet.mvs |
expression matrix with MVs (either peptides or proteins) |
K |
the number of PCs |
Value
expression matrix with MVs imputed
[Package imputeLCMD version 2.1 Index]