DEprot.RMSE class
original.DEprot.objectObject of class DEprot used to compute the RMSE. Class: "ANY".
percentage.testPercentage of the total proteins that should be used to perform the comparisons. Class: "ANY".
seedSeed used for the randomization. Class: "ANY".
fraction.missing.valuesFraction of missing values in the original table. Class: "ANY".
test.datasetSubset of the original table used for the comparisons. Class: "ANY".
imputed.objectsList of the output of impute.counts (class DEprot) using the different imputation methods. Class: "ANY".
RMSE.tablesList of data.frames, one per tested imputation method, containing the coordinates of the imputed values and including the following columns (Class: "ANY".):
row.id: id of the row (protein)
col.id: id of the column (sample)
expected.values: value measured in the experiment
imputation.method: id of the method used for the imputation
imputed.values: value imputed by DEprot
residuals: difference of the the values, imputed - expected
sq.residuals: the squared value of the residuals
RMSE.scoresA table indicating the methods and the corresponding RMSE score. Class: "ANY".
correlation.plotsA list of ggplot objects with the correlation between observed/expected and imputed values. Class: "ANY".
density.residualsA list of ggplot objects depicting the distribution of the residuals. Class: "ANY".