wrapper.mvImputation {DAPAR}R Documentation

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

Author(s)

Alexia Dorffer

Examples

require(DAPARdata)
data(Exp1_R25_pept)
wrapper.mvImputation(Exp1_R25_pept[1:1000], "QRILC")

[Package DAPAR version 1.10.4 Index]