{% extends 'base.html' %} {% block title %}q2-quality-control : {{ running_title }}{% endblock %} {% block content %}

{{ title }}

{% if score_plot %}

Per-Level Accuracy


Download as PDF

{% endif %}
{% if composition_regression %}

Linear regression between observed and expected abundances


Download as PDF

{% endif %} {% if mismatch_histogram %}

Mismatches between false positive and expected features


Download as PDF

{% endif %} {% if alignments %}

Pairwise alignments between each query sequence and its best database hit

{% endif %} {% if misclassifications and not misclassifications.empty %}

False positives: misclassifications

{% endif %} {% if underclassifications and not underclassifications.empty %}

False positives: underclassifications

{% endif %} {% if false_negative_features and not false_negative_features.empty %}

False negative features

Download as tsv

{{ false_negative_features }}
{% endif %}
{% endblock %}