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")
expression matrix containing abundances with MVs (either peptides or proteins)
binary vector; "1" indicates MAR/MCAR proteins
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