Thiopeptide predictions
{{help_tooltip(tooltip, "thio-body")}}
{% if not cluster.motifs %}
No core peptides found.
{% else %}
Thiopeptide(s)
{% for motif in cluster.motifs if motif.peptide_class == "thiopeptide" %}
- {{motif.locus_tag}} leader / core peptide, putative {{motif.peptide_subclass}}
-
{{ motif.leader }}
-
{% for aa in motif.core -%}
{%- if aa == 'S' -%}
Dha
{%- elif aa == 'T' -%}
Dhb
{%- elif aa == 'C' -%}
C
{%- else -%}
{{ aa }}
{%- endif -%}
{% endfor -%}
{{motif.tail}}
{% endfor %}
Legend:
Dha: Didehydroalanine
Dhb: Didehydrobutyrine
Grey: Putative cleaved off residues
Type I: Featuring genes encoding indolic acid side ring (series e)
Type II: Featuring the gene coding for quinaldic acid moiety formation (series a, b, and c)
Type III: No genes for synthesizing L-Trp derivatives (series d)
{% endif %}