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

Mantel Test

{% if mismatched_ids %}

Warning: There were {{ mismatched_ids|length }} ID(s) that weren't contained in both distance matrices. These ID(s) were ignored before applying the Mantel test to the remaining {{ sample_size }} IDs that were shared between the distance matrices. The following ID(s) were ignored:

{{ mismatched_ids|sort(case_sensitive=True)|join(', ') }}

{% endif %}
{{ table }}
{% endblock %}