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

data(Exp1_R25_pept, package="DAPARdata")
obj <- Exp1_R25_pept[seq_len(100)]
lapala <- findMECBlock(obj)
obj <- wrapper.impute.detQuant(obj, na.type = c("Missing POV", "Missing MEC"))
obj <- reIntroduceMEC(obj, lapala)


prostarproteomics/DAPAR documentation built on March 28, 2024, 4:44 a.m.