reIntroduceMEC: Put back LAPALA into a 'MSnSet' object

Description Usage Arguments Value Author(s) Examples

View source: R/missingValuesImputation_ProteinLevel.R

Description

This method is used to put back the LAPALA that have been identified previously

Usage

1
reIntroduceMEC(obj, MECIndex)

Arguments

obj

An object of class MSnSet.

MECIndex

A data.frame that contains index of MEC (see findMECBlock) .

Value

The object obj where LAPALA have been reintroduced

Author(s)

Samuel Wieczorek

Examples

1
2
3
4
5
utils::data(Exp1_R25_pept, package='DAPARdata')
obj <- Exp1_R25_pept[1:1000]
lapala <- findMECBlock(obj)
obj <- wrapper.impute.detQuant(obj)
obj <- reIntroduceMEC(obj, lapala)

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