Mercurial > repos > bgruening > flexynesis_utils
diff flexynesis_plot.py @ 6:c348c91a487d draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flexynesis commit bcee55468e70cd025cc5359bef5e9991e893eca9
| author | bgruening |
|---|---|
| date | Thu, 16 Oct 2025 20:16:33 +0000 |
| parents | f73ce81f7795 |
| children |
line wrap: on
line diff
--- a/flexynesis_plot.py Wed Jul 23 07:50:52 2025 +0000 +++ b/flexynesis_plot.py Thu Oct 16 20:16:33 2025 +0000 @@ -11,7 +11,7 @@ import numpy as np import pandas as pd import seaborn as sns -from flexynesis import ( +from flexynesis.utils import ( build_cox_model, plot_dim_reduced, plot_hazard_ratios,
