wrapper.impute.mle {DAPAR}R Documentation

Imputation of peptides having no values in a biological condition.

Description

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

Usage

wrapper.impute.mle(obj)

Arguments

obj

An object of class MSnSet.

Value

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

Author(s)

Samuel Wieczorek

Examples

require(DAPARdata)
data(Exp1_R25_pept)
dat <- mvFilter(Exp1_R25_pept[1:1000,], type="allCond", th = 1)
dat <- wrapper.impute.mle(dat)

[Package DAPAR version 1.16.4 Index]