reIntroduceMEC {DAPAR}R Documentation

Put back LAPALA into a MSnSet object

Description

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

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

require(DAPARdata)
data(Exp1_R25_pept)
obj <- Exp1_R25_pept[1:1000]
lapala <- findMECBlock(obj)
obj <- wrapper.impute.detQuant(obj)
obj <- reIntroduceMEC(obj, lapala)

[Package DAPAR version 1.16.1 Index]