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

1 - Drug details and screening numbers

Drug Name: {{ drug_name}}
Drug ID: {{ drug_id}}
Synonyms: {{ synonyms }}
Brand name: {{ brand_name }}
Target: {{ target }}

Number of cell lines screened: {{ n_cell_lines }}
Screening concentration range (2): {{ conc_min }} to {{ conc_max }} uM

2 - Individual association analysis

Statistically significant associations identified = {{ n_hits }}

{{ association_table }}

3 - All-tests volcano plot

volcano plot
Possibly, a javascript version is available here
{% endblock %}