Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the user guide for the big picture.
biolearn.imputation.impute_from_standard¶
- biolearn.imputation.impute_from_standard(dnam, cpg_source, cpgs_to_impute=None)¶
- Impute all missing values in a DNA methylation dataset using the reference values from an external dataset. - Parameters:
- Returns:
- DataFrame with missing values filled. 
- Return type:
- pd.DataFrame 
 
