{% 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}}
Brand name: {{ drug_brand_name }}
Owned by: {{ drug_owner }}
Target: {{ drug_target }}

Number of cell lines screened: {{ n_cell_lines }}

2 - Individual association analysis

Statistically significant associations identified = {{ n_hits }}

{{ association_table }}

3 - All-tests volcano plot

 




{% endblock %}