Learn R Programming

DAPAR (version 1.4.7)

wrapper.mvImputation: Missing values imputation from a MSnSet object

Description

This method is a wrapper to the imputeLCMD package adapted to objects of class MSnSet.

Usage

wrapper.mvImputation(obj, method)

Arguments

obj
An object of class MSnSet.
method
The imputation method to be used. Choices are QRILC, KNN, BPCA and MLE.

Value

The object obj which has been imputed

Examples

Run this code
data(UPSpep25)
wrapper.mvImputation(UPSpep25, "QRILC")

Run the code above in your browser using DataLab