manual_impute | R Documentation |
This function imputes missing values in a proteomics dataset by random draws from a manually defined distribution.
manual_impute(se, scale = 0.3, shift = 1.8)
se |
SummarizedExperiment, Proteomics data (output from make_se() or make_se_parse()). It is adviced to first remove proteins with too many missing values using filter_missval() and normalize the data using normalize_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. |
A SummarizedExperiment object with imputed values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.