getQuantile4Imp: Quantile imputation value definition

View source: R/missingValuesImputation_ProteinLevel.R

getQuantile4ImpR Documentation

Quantile imputation value definition

Description

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

Usage

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

utils::data(Exp1_R25_pept, package='DAPARdata')
qdata <- Biobase::exprs(Exp1_R25_pept)
quant <- getQuantile4Imp(qdata) 


samWieczorek/DAPAR documentation built on May 6, 2022, 5:30 p.m.