impute_expt | R Documentation |
[impute_expt()] imputes missing values in a proteomics dataset.
impute_expt(
expt,
filter = TRUE,
p = 0.5,
fun = c("bpca", "knn", "QRILC", "MLE", "MinDet", "MinProb", "min", "zero", "mixed",
"nbavg"),
...
)
expt |
An ExpressionSet (well, expt), I think it is assumed that this should have been normalized and filtered for features which have no values across 'most' samples. |
filter |
Use normalize_expt() to filter the data? |
p |
When filtering with pofa, use this p parameter. |
fun |
"bpca", "knn", "QRILC", "MLE", "MinDet", "MinProb", "man", "min", "zero", "mixed" or "nbavg", Function used for data imputation based on [MSnbase::impute-methods()] |
... |
Additional arguments for imputation functions. |
An imputed expressionset.
[MSnbase]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.