getQuantile4Imp {DAPAR}R Documentation

Quantile imputation value definition

Description

This method returns the q-th quantile of each colum 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

require(DAPARdata)
data(Exp1_R25_pept)
qData <- Biobase::exprs(Exp1_R25_pept)
getQuantile4Imp(qData) 

[Package DAPAR version 1.16.5 Index]