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

1 - Feature 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-tests volcano plot

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