View source: R/missingValuesImputation_ProteinLevel.R
reIntroduceMEC | 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
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.