
Minimum Probability Imputation
impute_min_prob.Rd
A wrapper around the imputeLCMD::impute.MinProb()
.
Impute missing values using random draws from the left-censored
gaussian distribution.
Arguments
- x
Either a
glyexp_experiment
object or a matrix. If a matrix, rows should be variables and columns should be samples.- by
Either a column name in
sample_info
(string) or a factor/vector specifying group assignments for each sample. Used for grouping when imputing missing values.- ...
Additional arguments to pass to
imputeLCMD::impute.MinProb()
.