{% extends "minibase.html" %} {% block body %}

{{ protein_label }}: {{ protein_id }}

{{ protein_label }} has {{ feature_list | count | pluralize('annotated protein features') }}. {{ n_variants_in_features }} were found to be located within these features, and {{ non_feature_count }} were located elsewhere. The total length of the protein is {{ protein_length }} amino acid residues.

{% for feat in feature_list %} {% endfor %}
Count Name Type Coordinates Variants
{{ feat.count }} {{ feat.name }} {{ feat.type }} {{ feat.start + 1 }} - {{ feat.end }} {{ feat.variants }}
{% endblock %}