{% extends "base.html" %} {% block head %} {% endblock %} {% block content %} {% if filtered_columns %}

The following metadata columns have been omitted because they didn't contain numeric data, or they consisted only of missing data: {{ filtered_columns }}

{% endif %}

Download raw data as TSV
Test
Test statistic
P-value
Sample size
{% for column in columns %} {% endfor %} {% endblock %}