impute.MAR | R Documentation |
This function performs missing values imputation under MAR/MCAR hypothesis. The imputation of MVs is performed for each protein containing MAR/MCAR missing values
impute.MAR(dataSet.mvs, model.selector, method = "MLE")
dataSet.mvs |
expression matrix containing abundances with MVs (either peptides or proteins) |
model.selector |
binary vector; "1" indicates MAR/MCAR proteins |
method |
the method to be used for MAR/MCAR missing values. Possible values: MLE (default), SVD, KNN |
dataset containing only MNAR (assumed to be left-censored) missing data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.