View source: R/imputeMAR-MNAR.R
impute.MAR.MNAR | R Documentation |
this function performs missing values imputation under MCAR and MNAR hypothesis
impute.MAR.MNAR( dataSet.mvs, model.selector, method.MAR = "KNN", method.MNAR = "QRILC" )
dataSet.mvs |
expression matrix containing abundances with MVs (either peptides or proteins) |
model.selector |
- binary vector; "1" indicates MCAR proteins |
method.MAR |
- the method to be used for MAR missing values - possible values: MLE (default), SVD, KNN |
method.MNAR |
- the method to be used for MAR missing values |
dataset containing complete abundances
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.