Description Usage Arguments Value Author(s) Examples
View source: R/missingValuesImputation_ProteinLevel.R
This method returns the q-th quantile of each column of an expression set, up to a scaling factor
1 | 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
1 2 3 | utils::data(Exp1_R25_pept, package='DAPARdata')
qData <- Biobase::exprs(Exp1_R25_pept)
getQuantile4Imp(qData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.