
Feature-wise KNN Imputation
impute_fw_knn.RdA wrapper around the impute::impute.knn().
Impute missing values with values from the k-nearest neighbors of the
corresponding feature.
Arguments
- x
A
glyexp::GlycomicSE(),glyexp::GlycoproteomicSE(), orSummarizedExperiment::SummarizedExperiment()object.- k
The number of nearest neighbors to consider.
- by
Either a column name in
sample_info(string) or a factor/vector specifying group assignments for each sample. Used for grouping when imputing missing values.- ...
Additional arguments to pass to
impute::impute.knn().