Imputation by random draws from a manually defined distribution
manual_impute.Rd
manual_impute
imputes missing values in a proteomics dataset
by random draws from a manually defined distribution.
Arguments
- se
SummarizedExperiment, Proteomics data (output from
make_se()
ormake_se_parse()
). It is adviced to first remove proteins with too many missing values usingfilter_se()
and normalize the data usingnormalize_vsn()
.- scale
Numeric(1), Sets the width of the distribution relative to the standard deviation of the original distribution.
- shift
Numeric(1), Sets the left-shift of the distribution (in standard deviations) from the median of the original distribution.