reIntroduceMEC {DAPAR} | R Documentation |
MSnSet
objectThis method is used to put back the LAPALA that have been identified previously
reIntroduceMEC(obj, MECIndex)
obj |
An object of class |
MECIndex |
A data.frame that contains index of MEC (see findMECBlock) . |
The object obj
where LAPALA have been reintroduced
Samuel Wieczorek
require(DAPARdata) data(Exp1_R25_pept) obj <- Exp1_R25_pept[1:1000] lapala <- findMECBlock(obj) obj <- wrapper.impute.detQuant(obj) obj <- reIntroduceMEC(obj, lapala)