Description Usage Arguments Value Author(s) Examples
View source: R/missingValuesImputation_ProteinLevel.R
This method is a wrapper to the function impute.slsa
of the package
imp4p
adapted to an object of class MSnSet
.
1 | wrapper.impute.slsa(obj)
|
obj |
An object of class |
The exprs(obj)
matrix with imputed values instead of missing values.
Samuel Wieczorek
1 2 3 | utils::data(Exp1_R25_pept, package='DAPARdata')
dat <- DAPAR::mvFilter(Exp1_R25_pept[1:1000], type="AllCond", th = 1)
dat <- wrapper.impute.slsa(dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.