{% extends "base.html" %} {% block content %}
Features most frequently associated with a drug response
Drug most frequently associated with a feature
The following table provides links to dedicated pages for each significant drug (sorted by mean ascending FDR across all features) {{ drug_table }}
The following table provides links to dedicated pages for each significant feature {{ feature_table }}
This page and the results were created with a code equivalent to :
from gdsctools import ANOVA, ANOVAReport
# perform the analysis
gdsc = ANOVA(input_filename)
results = gdsc.anova_all()
# create a report
report = ANOVAReport(gdsc, results)
report.create_html_pages()
With the following settings
{{ settings_table }}