{% extends 'base.html' %} {% block content %} {% for index in range(image_paths|length) %} {% set data = data_arr[index] %} {% set keys = table_keys_arr[index] %}

{% if subset_id|length <= 1 %} Histogram of Decontam Scores {% else %} Histogram of Decontam Scores
{{ subset_id[index] }} {% endif %}

* {{ unknownr[index] }} Non-Contaminant {{ feat_or_read[index] }} were assigned a score of NA (not plotted)
{{ contam_label[index] }} {{ true_label[index] }} Contaminant {{ feat_or_read[index] }} %
{{ contamer[index] }} {{ truer[index] }} {{ percenter[index] }}
{% if subset_id|length <= 1 %}

Decontam Sequence Table

{% else %}

Decontam Sequence Table - {{ subset_id[index] }}

{% endif %} {% if rep_seq_indicator == True %}

To BLAST a sequence against the NCBI nt database, click the sequence and then click the View report button on the resulting page.

{% endif %}
{% if subset_id|length > 1 %} {% endif %} Click on a Column header to sort the table.
{% if rep_seq_indicator == True %} {% endif %} {% for sequence in keys %} {% if sequence in data %} {% if rep_seq_indicator == True %} {% endif %} {% endif %} {% endfor %}
Feature ID Determination P-Score Abundance PrevalenceSequence
{{ sequence }}{{ data[sequence].contam_or_naw }} {{ data[sequence].p_val | round(2, 'common') }} {{ data[sequence].read_nums | int }} {{ data[sequence].prevalence | int }}{{ data[sequence].seq }}
{% if subset_id|length > 1 %}
{% endif %} {% endfor %} {% endblock %}