Mercurial > repos > bgruening > flexynesis_cbioportal_import
comparison flexynesis_plot.py @ 8:461b8e2d79d5 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:15:31 +0000 |
parents | 693011647a67 |
children |
comparison
equal
deleted
inserted
replaced
7:693011647a67 | 8:461b8e2d79d5 |
---|---|
9 | 9 |
10 import matplotlib.pyplot as plt | 10 import matplotlib.pyplot as plt |
11 import numpy as np | 11 import numpy as np |
12 import pandas as pd | 12 import pandas as pd |
13 import seaborn as sns | 13 import seaborn as sns |
14 from flexynesis import ( | 14 from flexynesis.utils import ( |
15 build_cox_model, | 15 build_cox_model, |
16 plot_dim_reduced, | 16 plot_dim_reduced, |
17 plot_hazard_ratios, | 17 plot_hazard_ratios, |
18 plot_kaplan_meier_curves, | 18 plot_kaplan_meier_curves, |
19 plot_pr_curves, | 19 plot_pr_curves, |