Apply imputation to the dataset by the minimum measured value from any protein found
within the entire dataset.
Usage
impute.min_global(dataSet, reportImputing = FALSE)
Arguments
- dataSet
The 2d dataset of experimental values.
- reportImputing
A boolean (default = FALSE) specifying whether to provide a
shadow data frame with imputed data labels, where 1 indicates the corresponding entries
have been imputed, and 0 indicates otherwise. Alters the return structure.
Value
If reportImputing = FALSE
, the function returns the imputed 2d dataframe.
If reportImputing = TRUE
, the function returns a list of the imputed 2d
dataframe and a shadow matrix showing which proteins by replicate were imputed.