impute.MinDet {imputeLCMD} | R Documentation |
Imputation with min value
Description
this function performs missing values imputation by the minimum value observed
Usage
impute.MinDet(dataSet.mvs, q = 0.01)
Arguments
dataSet.mvs |
expression matrix with MVs (either peptides or proteins) |
q |
the q quantile used to estimate the minimum |
Value
dataset containing complete abundances
[Package imputeLCMD version 2.1 Index]