{% extends 'base.html' %} {% block title %} {% if results%} Enriched Clusters {% else %} Search Enriched Clusters {% endif %} {% endblock %} {% block container %} {% import 'macros/cluster_actions.html' as ca %}
ID | {% endif %}Species | Method | Name | Enrichment (log2) | % (in cluster) | p-Value | Corrected p-value | Action |
---|---|---|---|---|---|---|---|---|
{{ c.cluster_id }} | {% endif %}{{ c.cluster.method.network_method.species.name }} | {{ c.cluster.method.method }} | {{ c.cluster.name }} | {{ c.enrichment|round(2) }} | {{ (c.cluster_count*100/c.cluster_size)|round(2) }}% ({{c.cluster_count}}/{{c.cluster_size}}) | {{ c.p_value|round(5) }} | {{ c.corrected_p_value|round(5) }} | {{ ca.cluster_actions(c.cluster_id) }} |
Co-expression clusters enriched for certain GeneOntology terms can be found using the form below.