wrapper.impute.detQuant {DAPAR}R Documentation

Wrapper of the function impute.detQuant for objects of class MSnSet

Description

This method is a wrapper of the function impute.detQuant for objects of class MSnSet

Usage

wrapper.impute.detQuant(obj, qval = 0.025, factor = 1)

Arguments

obj

An instance of class MSnSet

qval

An expression set containing quantitative values of various replicates

factor

A scaling factor to multiply the imputation value with

Value

An imputed instance of class MSnSet

Author(s)

Samuel Wieczorek

Examples

require(DAPARdata)
data(Exp1_R25_pept)
wrapper.impute.detQuant(Exp1_R25_pept)

[Package DAPAR version 1.16.11 Index]