{% 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.
Click on a Column header to sort the table.
Feature ID | Determination | P-Score | Abundance | Prevalance | {% 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 %} {% else %}- | - | {% endif %}