reIntroduceMEC: Put back LAPALA into a 'MSnSet' object

View source: R/missingValuesImputation_ProteinLevel.R

reIntroduceMECR Documentation

Put back LAPALA into a MSnSet object

Description

Put back LAPALA into a MSnSet object

Usage

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

utils::data(Exp1_R25_pept, package='DAPARdata')
obj <- Exp1_R25_pept[1:100]
lapala <- findMECBlock(obj)
obj <- wrapper.impute.detQuant(obj, na.type='missing')
obj <- reIntroduceMEC(obj, lapala)


samWieczorek/DAPAR documentation built on May 6, 2022, 5:30 p.m.