View source: R/modelSelector.R
model.Selector | R Documentation |
- this function determines row in the data matrix affected by a MNAR missingness mechanism - it is based on the assumption that the distributions of the mean values of proteins follows a normal distribution - the method makes use of a decision function defined as a tradeoff between the empirical CDF of the proteins' means and the theoretical CDF assuming that no MVs are present
model.Selector(dataSet.mvs)
dataSet.mvs |
expression matrix containing abundances with MVs (either peptides or proteins) |
flags vector; "1" denotes rows containing random missing values; "0" denotes rows containing left-censored missing values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.