mvImputation {DAPAR} | R Documentation |
This method is a wrapper to the imputeLCMD
package adapted to
a matrix.
mvImputation(qData, method)
qData |
A dataframe that contains quantitative data. |
method |
The imputation method to be used. Choices are QRILC, KNN, BPCA and MLE. |
The matrix imputed
Samuel Wieczorek
require(DAPARdata) data(Exp1_R25_pept) qData <- Biobase::exprs(Exp1_R25_pept)[1:1000] mvImputation(qData, "QRILC")