wrapper.impute.mle {DAPAR} | R Documentation |
This method is a wrapper to the function impute.mle
of the package
imp4p
adapted to an object of class MSnSet
.
wrapper.impute.mle(obj)
obj |
An object of class |
The exprs(obj)
matrix with imputed values instead of missing values.
Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') dat <- mvFilter(Exp1_R25_pept[1:1000,], type="allCond", th = 1) dat <- wrapper.impute.mle(dat)