Skip to content

Conversation

@kylerohn
Copy link
Collaborator

@kylerohn kylerohn commented Nov 9, 2025

No description provided.

ramosv and others added 15 commits October 25, 2025 16:27
Added archival DOI
Added ray tune dependecy
Inside the utils.data module to we added several functions enhance data preprocessing and reproducibility:

    - impute_omics_knn: Imputes missing values (NaNs) in omics data using K-Nearest Neighbors (KNN) imputation.
    - normalize_omics: Normalizes omics data using specified methods: standard (Z-score), minmax, or log2.
    - set_seed: Sets global random seed for reproducibility across Python, NumPy, and PyTorch.
    - impute_omics: Imputes missing values (NaNs) using simple methods: mean, median, or zero.
    - beta_to_m: Converts methylation Beta-values to M-values using log2 transformation for statistical analysis.

More commits will follow to develop the respective tests and documentation for these new functions.
@kylerohn kylerohn merged commit f8d8a00 into gnn-explainability Nov 9, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants