{% load static %} {% load custom_tags %}

Help

Create circos plots indicating the presence(red scale)/absence(light blue) of homologous proteins in one or multiple other genomes. Click on the circos plot to open a new windows with clickable version of the plot.
rRNA are colored in blue, tRNA in red.

COG category: {% with data|first as first_doc %}{{ first_doc.4 }}{% endwith %}

{%for key, values in orthogroup2category2count.items %} {%endfor%}
Orehogroup id Orehogroup size Categories
{{key}} {{orthogroup2size|keyvalue:key}} {%for category, count in values.items %} {{category}} {{code2category|keyvalue:category}} ({{count}})
{% endfor %}