wrapper.impute.pa {DAPAR} | R Documentation |
This method is a wrapper to the function impute.pa
of the package
imp4p
adapted to an object of class MSnSet
.
wrapper.impute.pa(obj, q.min = 0.025)
obj |
An object of class |
q.min |
Same as the function |
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.pa(dat)