reIntroduceMEC {DAPAR} | R Documentation |
MSnSet
objectPut back LAPALA into a MSnSet
object
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
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)