{% load static %} {% load custom_tags %} {% include "chlamdb/header.html" %} {% load crispy_forms_tags %}
{% include "chlamdb/menu.html" %}

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.

Locus annotation

Hit {%for values in locus2annot%} {% with locus_tag2cog_name|keyvalue:values.2 as name %} {% if name == '-' %} {% else %} {% endif %} {%endwith%} {% with locus_tag2ko|keyvalue:values.2 as oneko %} {% if oneko == '-' %} {% else %} {% with ko2ko_pathways|keyvalue:oneko as name %} {% if name == '-' %} {% else %} {% endif %} {%endwith%} {% with ko2ko_modules|keyvalue:oneko as name %} {% if name == '-' %} {% else %} {% endif %} {%endwith%} {% endif %} {%endwith%} {% with locus2interpro|keyvalue:values.2 as interpro_data %} {% with locus_tag2blastnr_BBH|keyvalue:values.2 as blastnr_data %} {% endwith %} {% with locus2superkingdom_counts|keyvalue:values.2 as kingdom %} {% endwith %} {%endfor%}
Locus C COGn KO Pathways Modules Interpro Gene nH nG TM SP Product KD KD Organism Identity E-value Bacteria Eukaryota Archae Viruses TOTAL
{{values.0}} {{values.2}} {{locus_tag2cog_catego|keyvalue:values.2}}{{locus_tag2cog_name|keyvalue:values.2}}{{locus_tag2cog_name|keyvalue:values.2}}{{locus_tag2ko|keyvalue:values.2}} - -{{locus_tag2ko|keyvalue:values.2}}-{{name|safe}}-{{name|safe}} {% for one_interpro in interpro_data %} {% if one_interpro.0 != '-' %} {{one_interpro.0}} / {%else%} {{one_interpro.0}} {%endif%} {{one_interpro.1}}
{% endfor %} {%endwith%}
{{values.7}} {{values.8}} {{values.9}} {{values.10}} {{values.11}} {{values.12}}{{blastnr_data.0}} {{blastnr_data.1|first}} {{blastnr_data.2}} {{blastnr_data.5}} {{blastnr_data.4}}{{kingdom|keyvalue:"Bacteria"}} {{kingdom|keyvalue:"Eukaryota"}} {{kingdom|keyvalue:"Archaea"}} {{kingdom|keyvalue:"Viruses"}} {{kingdom|keyvalue:"TOTAL"}}
{% include "chlamdb/style_menu.html" %}