12.4. Association between a Drug and a FeatureΒΆ

Boxplot association

../_images/sphx_glr_plot_association_001.png
from gdsctools import ANOVA, ic50_test
gdsc = ANOVA(ic50_test)
gdsc.set_cancer_type('breast')
df = gdsc.anova_one_drug_one_feature(1047, 'TP53_mut', show=True)

Total running time of the script: ( 0 minutes 0.846 seconds)

Gallery generated by Sphinx-Gallery