Impute missing values in a SummarizedExperiment object
Source:R/proteomics_computation.R
prot.impute.Rd
Imputes missing values in a SummarizedExperiment object.
Usage
prot.impute(
se,
fun = c("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")
See also
prot.make_unique
, prot.make_se