biolearn.imputation
: Data Imputation Utilities#
This module provides a set of functions for imputing missing values in DNA methylation datasets. These functions allow for various strategies of imputation, from simple averaging to more complex hybrid methods.
Functions:
|
Impute all missing values in a DNA methylation dataset using the averages from an external dataset. |
|
Impute all missing values in a DNA methylation dataset using the average from the dataset itself. |
|
Imputes missing values in a DNA methylation dataset based on a threshold. |