getQuantile4Imp: Quantile imputation value definition

Description Usage Arguments Value Author(s) Examples

View source: R/missingValuesImputation_ProteinLevel.R

Description

This method returns the q-th quantile of each column of an expression set, up to a scaling factor

Usage

1
getQuantile4Imp(qData, qval = 0.025, factor = 1)

Arguments

qData

An expression set containing quantitative values of various replicates

qval

The quantile used to define the imputation value

factor

A scaling factor to multiply the imputation value with

Value

A list of two vectors, respectively containing the imputation values and the rescaled imputation values

Author(s)

Thomas Burger

Examples

1
2
3
utils::data(Exp1_R25_pept, package='DAPARdata')
qData <- Biobase::exprs(Exp1_R25_pept)
getQuantile4Imp(qData) 

DAPAR documentation built on April 11, 2021, 6 p.m.