{% extends 'base.html' %} {% block head %} {% endblock %} {% block content %} {% if filtered_ids is defined %}

The following features have been omitted because they contained non-numeric results: {{ filtered_ids }}

{% endif %}

ANCOM Volcano Plot

{% if vega_spec is defined %}
{% else %}

Unable to generate volcano plot

{% endif %}

ANCOM statistical results

{% if significant_features is defined %}
{{ significant_features }}
Download table as TSV {% else %}

No significant features found

{% endif %}

Percentile abundances of features by group

{% if percent_abundances is defined %}
{{ percent_abundances }}
Download table as TSV {% else %}

No significant features found

{% endif %}
{% endblock %} {# TODO: move this footer into q2templates (someday) #} {% block footer %} {% set loading_selector = '#loading' %} {% include 'js-error-handler.html' %} {% if vega_spec is defined %} {% endif %} {% endblock %}