{% extends 'base.html' %} {% block title %} {% if go %} {{ go.label }}: {{ go.name }} details {% else %} GO not found {% endif %} {% endblock %} {% block container %} {% import 'macros/pagination.html' as macro %} {% import 'macros/ajax_table.html' as ajax %} {% import 'macros/cluster_actions.html' as ca %}
{{ go.description }}
There are {{ count }} sequences with this label.
{% if count > 0 %}Name | Species | % in cluster | p-value | corrected p-value | action |
---|---|---|---|---|---|
{{ cluster.cluster.name }} | {{ cluster.cluster.method.network_method.species.name }} | {{ cluster.cluster_percentage|round(2) }} % | {{ cluster.p_value|round(6) }} | {{ cluster.corrected_p_value|round(6) }} | {{ ca.cluster_actions(cluster.cluster.id) }} |
No clusters are enriched for this term |