{% extends "base.html" %} {% block content %}

1 - Summary

{{ summary }}

2 - Volcano Plot

{{ volcano }}

3 - Explore all significant results

{{ manova }}

4 - Feature summary

Features most frequently associated with a drug response

summary of significant features
You can download the significant-features table in tsv format.

5 - Drug Summary

Drug most frequently associated with a feature

summary of significant drugs
You can download the significant-drug table in tsv format.

6 - Drug wise associations

The following table provides links to dedicated pages for each significant drug (sorted by mean ascending FDR across all features) {{ drug_table }}

{{ drug_not_tested }}

7 - Feature wise associations

The following table provides links to dedicated pages for each feature that has been tested. Some features may be missing if no valid association could be computed. The 'hits' columns indicates the number of significant hits. {{ feature_table }}

8 - Cell line information

{{ cosmic_table }}

9 - Settings and input files

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 }}
These files were used as input:
Get IC50 file.
Get Genomic Features file
No Drug DECODE file was provided

10 - Dependencies

{{ dependencies }}
{% endblock %}