Core peptide predictions {{help_tooltip(tooltip, "lanthi-side")}}
{% if results | length != 0 %}
{% for motifs in results.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.monoisotopic_mass)}} Da
Molecular weight: {{'%0.1f' | format(motif.molecular_weight)}} Da
Number of bridges: {{motif.detailed_information.lan_bridges}}
{%- for mod in motif.detailed_information.get_modifications() %}
Additional modifications: {{mod}}
{% endfor -%} {% if motif.alternative_weights %}
Alternative weights
(assuming N unmodified Ser/Thr residues)
{% for weight in motif.alternative_weights %}
{{ '%0.1f' | format(weight) }} Da N = {{loop.index}}
{% endfor %}
{% endif %} {%- endfor -%} {% endfor %}
{% else %}
No core peptides found.
{% endif %}