wrapper.impute.slsa: Imputation of peptides having no values in a biological...

View source: R/missingValuesImputation_ProteinLevel.R

wrapper.impute.slsaR Documentation

Imputation of peptides having no values in a biological condition.

Description

This method is a wrapper to the function impute.slsa() of the package imp4p adapted to an object of class MSnSet.

Usage

wrapper.impute.slsa(obj = NULL)

Arguments

obj

An object of class MSnSet.

Value

The Biobase::exprs(obj) matrix with imputed values instead of missing values.

Author(s)

Samuel Wieczorek

Examples

data(Exp1_R25_pept, package="DAPARdata")
obj <- Exp1_R25_pept[seq_len(100)]
obj.slsa.pov <- wrapper.impute.slsa(obj)


prostarproteomics/DAPAR documentation built on March 28, 2024, 4:44 a.m.