Core peptide predictions
{{help_tooltip(tooltip, "lasso-side")}}
{% if results | length != 0 %}
{% for motifs in results.values() %}
{%- for motif in motifs -%}
- {{motif.get_name()}} - {{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 %}
{% else %}
No core peptides found.
{% endif %}