{% extends "base.html" %} {% set mode="Drug" %} {% block content %} Go back to main page.

1 - {{ mode }} 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. (or click on the image)


{% endblock %}