View source: R/missingValuesImputation_ProteinLevel.R
getQuantile4Imp | R Documentation |
This method returns the q-th quantile of each column of an expression set, up to a scaling factor
getQuantile4Imp(qdata, qval = 0.025, factor = 1)
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 |
A list of two vectors, respectively containing the imputation values and the rescaled imputation values
Thomas Burger
utils::data(Exp1_R25_pept, package='DAPARdata') qdata <- Biobase::exprs(Exp1_R25_pept) quant <- getQuantile4Imp(qdata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.