{% extends 'base.html' %} {% block content %} {% for index in range(image_paths|length) %} {% set data = data_arr[index] %} {% set keys = table_keys_arr[index] %}
{{ contam_label[index] }} | {{ true_label[index] }} | Contaminant {{ feat_or_read[index] }} % |
---|---|---|
{{ contamer[index] }} | {{ truer[index] }} | {{ percenter[index] }} |
To BLAST a sequence against the NCBI nt database, click the sequence and then click the View report button on the resulting page.
Feature ID | Determination | P-Score | Abundance | Prevalence | {% if rep_seq_indicator == True %}Sequence | {% endif %}
---|---|---|---|---|---|
{{ sequence }} | {% if sequence in data %}{{ data[sequence].contam_or_naw }} | {{ data[sequence].p_val | round(2, 'common') }} | {{ data[sequence].read_nums | int }} | {{ data[sequence].prevalence | int }} | {% if rep_seq_indicator == True %}{{ data[sequence].seq }} | {% endif %} {% endif %}