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

1 - {{ mode }} details and screening numbers

Feature Name: {{ feature_name}}

Number of cell lines screened: {{ n_cell_lines }}

2 - Individual association analysis

Statistically significant associations identified = {{ n_hits }}

{{ association_table }}

3 - All-drugs tests volcano plot

 




{% endblock %}