Core peptide predictions
{{help_tooltip(tooltip, "thio-side")}}
{% if motifs %}
{% for motif in motifs %}
- {{motif.locus_tag.rsplit("_", 1)[0]}}
- Putative {{motif.peptide_subclass}}
- Cleavage pHMM score: {{'%0.2f' | format(motif.score)}}
- RODEO score: {{motif.detailed_information.rodeo_score}}
- Monoisotopic mass: {{ '%0.1f' % motif.monoisotopic_mass}} Da
- Molecular weight: {{ '%0.1f' % motif.molecular_weight}} Da
- Predicted peptide features:
{{motif.detailed_information.core_features}}
{% if motif.detailed_information.macrocycle -%}
- Macrocycle: {{motif.detailed_information.macrocycle}}
{%- endif %}
{% if motif.detailed_information.amidation -%}
- Tail reaction: {{motif.detailed_information.tail_reaction}}
{%- endif %}
{% if motif.peptide_subclass != "Type III" -%}
- Considering maturation reactions
- Monoisotopic mass: {{ '%0.1f' % motif.detailed_information.mature_weights[1]}} Da
- Molecular weight: {{ '%0.1f' % motif.detailed_information.mature_weights[0]}} Da
{%- endif %}
{% 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 %}
{% else %}
No core peptides found.
{% endif %}