Description Usage Arguments Value Author(s) Examples
View source: R/missingValuesImputation_ProteinLevel.R
This method replaces each missing value by a given value
1 | impute.detQuant(qData, values)
|
qData |
An expression set containing quantitative or missing values |
values |
A vector with as many elements as the number of colums of qData |
An imputed dataset
Thomas Burger
1 2 3 4 | utils::data(Exp1_R25_pept, package='DAPARdata')
qData <- Biobase::exprs(Exp1_R25_pept)
values <- getQuantile4Imp(qData)$shiftedImpVal
impute.detQuant(qData, values)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.