rna.impute | R Documentation |
This function imputes missing values in a SummarizedExperiment object, using the specified imputation method.
rna.impute(
se,
fun = c("zero", "bpca", "knn", "QRILC", "MLE", "MinDet", "MinProb", "man", "min",
"zero", "mixed", "nbavg", "SampMin"),
...
)
se |
A SummarizedExperiment object. |
fun |
A character vector specifying the imputation method. Options include "zero", "bpca", "knn", "QRILC", "MLE", "MinDet", "MinProb", "man", "min", "zero", "mixed", "nbavg", and "SampMin". |
... |
Additional arguments passed to the imputation method. |
"SampMin" replaces missing values with the minimum value found in each sample. For information about the remaining imputation methods, see help("imputeMethods", "MsCoreUtils")
A SummarizedExperiment object with missing values imputed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.