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