{% 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 and rep_seq_indicator == True %}

Decontam Sequence Table

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

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 %} {% else %} {% endif %} {% endfor %}
Feature ID Determination P-Score Abundance PrevalanceSequence
{{ 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 }}- -
{% else %}
{% if rep_seq_indicator == True %} {% endif %}
{% endif %} {% if subset_id|length > 1 %}
{% endif %} {% endfor %} {% endblock %}