View source: R/missingValuesImputation_ProteinLevel.R
wrapper.impute.slsa | 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 = NULL)
obj |
An object of class |
The Biobase::exprs(obj)
matrix with imputed values
instead of missing values.
Samuel Wieczorek
data(Exp1_R25_pept, package="DAPARdata")
obj <- Exp1_R25_pept[seq_len(100)]
obj.slsa.pov <- wrapper.impute.slsa(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.