wrapper.mvImputation {DAPAR} | R Documentation |
MSnSet
objectThis method is a wrapper to the imputeLCMD
package adapted to
objects of class MSnSet
.
wrapper.mvImputation(obj, method)
obj |
An object of class |
method |
The imputation method to be used. Choices are QRILC, KNN, BPCA and MLE. |
The object obj
which has been imputed
Alexia Dorffer
require(DAPARdata) data(Exp1_R25_pept) wrapper.mvImputation(Exp1_R25_pept[1:1000], "MLE")