Impute missing values in a SummarizedExperiment object
Source:R/transcriptomics_computation.R
rna.impute.Rd
This function imputes missing values in a SummarizedExperiment object, using the specified imputation method.
Usage
rna.impute(
se,
fun = c("zero", "bpca", "knn", "QRILC", "MLE", "MinDet", "MinProb", "man", "min",
"zero", "mixed", "nbavg", "SampMin"),
...
)
Details
"SampMin" replaces missing values with the minimum value found in each sample. For information about the remaining imputation methods, see help("imputeMethods", "MsCoreUtils")