wrapper.impute.fixedValue {DAPAR}R Documentation

Missing values imputation from a MSnSet object

Description

This method is a wrapper to objects of class MSnSet and imputes missing values with a fixed value.

Usage

wrapper.impute.fixedValue(obj, fixVal)

Arguments

obj

An object of class MSnSet.

fixVal

A float .

Value

The object obj which has been imputed

Author(s)

Samuel Wieczorek

Examples

utils::data(Exp1_R25_pept, package='DAPARdata')
wrapper.impute.fixedValue(Exp1_R25_pept[1:1000], 0.001)

[Package DAPAR version 1.18.5 Index]