Cluster {{cluster}} at iteration {{iteration}}
Cluster memberships
Row members ({{rows|length}}) (...)
{{rows|join(", ")}}
Column members ({{columns|length}}) (...)
{{columns|join(", ")}}
Deselect All
Select All
Motifs
{% if seqtypes|length == 0 %}
No motif information available for this cluster/iteration
{% else %}
{% for seqtype in seqtypes %}{% for motif_info in motif_infos[seqtype] %}
Sequence type: {{seqtype}}, motif {{loop.index}}, evalue: {{motif_info.evalue}}
{% endfor %}{% endfor %}
{% endif %}
{% for seqtype in seqtypes %}
Annotations for {{seqtype}}
{% endfor %}