{% extends 'base.html' %} {% block content %} {% if initial_dm_length != filtered_dm_length %}

Warning: Some samples were filtered from the input distance matrix because they were missing metadata values.
The input distance matrix contained {{ initial_dm_length }} samples but {{ method }} was computed on only {{ filtered_dm_length }} samples.

{% endif %}

Overview

{{ result }}

Group significance plots

Download raw data as TSV {% for group_row in group_rows %}
{% for group_id in group_row %} {% endfor %}
{% endfor %}
{% if pairwise_results %}

Pairwise {{ method }} results

Download CSV {{ pairwise_results }}
{% endif %} {% endblock %}