{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% import 'macros.html' as pbw %} {% block styles %} {{ super() }} {% endblock %} {% block head %} {{ super() }} {% endblock %} {% block title %}{{ network }}{% endblock %} {% block content %}
The node-based overlap between this network and other networks is calculated as the Szymkiewicz-Simpson coefficient of their respective nodes. Up to the top 10 are shown below.
Network | Overlap |
---|---|
{{ other_network }} | {{ (100 * tanimoto)|round|int }}% {% if current_user.is_authenticated and current_user.is_admin %} {% endif %} |