{% load static %} {% load static %} {% get_static_prefix as STATIC_PREFIX %} {% if connect %}

Interaction Network for {{cog_id}}

Interactions:

  • Number of COGs in the interaction network: {{ cog2description|length }}
  • Number of those COGs in the local database: {{ cogs_in_chlamdb|length }}
  • Number of those COGs in the considered organism ({{genome_accession}}): {{ cogs_in_reference|length }}
{% for values in string_interactions %} {% if values.0 in cogs_in_reference %} {% else %} {% endif %} {% if values.1 in cogs_in_reference %} {% else %} {% endif %} {% endfor %}
Cog 1 Description Cog 2 Description Score
{{values.0}}{{values.0}}{{ values.3 }}{{values.1}}{{values.1}}{{ values.4}} {{values.2}}
{% else %} No Internet connexion {% endif %}