Core peptide predictions {{help_tooltip(tooltip, "lasso-side")}}
{% if motifs_by_locus | length != 0 %}
{% for motifs_by_core in motifs_by_locus.values() %} {%- for motifs in motifs_by_core.values() -%} {%- for motif in motifs -%}
{{motif.get_name().rsplit("_", 1)[0]}} - {{motif.peptide_subclass}}
Cleavage pHMM score: {{'%0.2f' | format(motif.score)}}
RODEO score: {{motif.detailed_information.rodeo_score}}
Monoisotopic mass: {{'%0.1f' | format(motif.detailed_information.cut_mass)}} Da
Molecular weight: {{'%0.1f' | format(motif.detailed_information.cut_weight)}} Da
Number of bridges: {{motif.detailed_information.num_bridges}}
{% if motif.tail -%}
Weights before cleavage:
Monoisotopic mass: {{'%0.1f' | format(motif.monoisotopic_mass)}} Da
Molecular weight: {{'%0.1f' | format(motif.molecular_weight)}} Da
{%- endif %} {%- endfor -%} {%- endfor -%} {% endfor %}
{% else %}
No core peptides found.
{% endif %}