impute.MinProb | R Documentation |
This function performs missing values imputation by random draws from a gaussian
impute.MinProb(dataSet.mvs, q = 0.01, tune.sigma = 1)
dataSet.mvs |
expression matrix containing abundances with MVs (either peptides or proteins) |
q |
the q-th quantile used to estimate the minimum value observed for each sample |
tune.sigma |
coefficient that controls the sd of the MNAR distribution |
dataset containing complete abundances
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.