{% extends "base_hog.html" %} {% load staticfiles %} {% block title %} Similar HOG based on domains to {{ fam.id }}{% endblock %} {% block contentTab %} {% if hog_row == None %} This HOG does not contain domain annotations. We can therefore not provide other HOGs with a similar domain structure. {% else %}
Representative domain architecture:
Prevalence of repr. domain architecture within HOG:
{{ hog_row.prevalence |floatformat }}%

This HOG has {{ sim_hogs|length }} similar HOGs:

HOG ID Deepest level HOG size Representative Domain Architecture Prevalence Similarity
{% endif %} {% endblock contentTab %}