Reference | {% if -1 not in proto_results %} {% for proto in region.get_unique_protoclusters() %}{{proto.product}} | {% endfor %} {% else %}All | {% endif %}Similarity score | Type | {% if results[0][0].description %}Compound(s) | {% endif %} {% if results[0][0].organism %}Organism | {% endif %}
---|---|---|---|---|---|---|
{% if url %}{{ref.accession if class_name == "MIBiG" else ref.get_identifier()}}{% else %} {{ref.get_identifier()}} {% endif %} | {% for proto in region.get_unique_protoclusters() %} {% if proto_results.get(proto.get_protocluster_number(), {}).get(ref) %} {% set score = proto_results[proto.get_protocluster_number()][ref] %} {% set perc = "{:.0f}".format(score.final_score*100) %} {% set colour = "rgb(0, 0, 0, {:.2f})".format(score.final_score) %}{% else %} | {% endif %} {% endfor %} | {{"{:.2f}".format(total)}} | {{ref.get_product_string()}} | {% if ref.description %}{{ref.description}} | {% endif %} {% if ref.organism %}{{ref.organism}} | {% endif %}
No matches found.