powered by
Impute missing values using K-nearest neighbors imputation
impute_missing_values( tomic, impute_var_name = "imputed", value_var = NULL, ... )
A tomic object with imputed measurements.
tomic
Either a tidy_omic or triple_omic object
tidy_omic
triple_omic
variable to create for imputed measurements
An abundance value to use with hclust
hclust
additional arguments to pass to impute.knn
if (FALSE) { # Requires the 'impute' package from Bioconductor impute_missing_values(brauer_2008_triple) }
Run the code above in your browser using DataLab