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

Description Usage Arguments Value Author(s) Examples

View source: R/missingValuesImputation_ProteinLevel.R

Description

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

Usage

1

Arguments

obj

An object of class MSnSet.

Value

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

Author(s)

Samuel Wieczorek

Examples

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)

DAPAR documentation built on April 11, 2021, 6 p.m.