Description Usage Arguments Value Author(s) Examples
View source: R/missingValuesImputation_ProteinLevel.R
This method is used to put back the LAPALA that have been identified previously
1 | 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
1 2 3 4 5 | utils::data(Exp1_R25_pept, package='DAPARdata')
obj <- Exp1_R25_pept[1:1000]
lapala <- findMECBlock(obj)
obj <- wrapper.impute.detQuant(obj)
obj <- reIntroduceMEC(obj, lapala)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.