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

Category: {{ description }} (n={{data|length}})

Help

Summary table of all the genomic loci ({{data|length}}) of the genomes present in the database annotated with the Cog category "{{ description }}".
Click on the accession number of a COG entry to discover its description and frequency.

{%for values in data%} {% if data_type == "ko" %} {% elif data_type == "cog" %} {% endif %} {%endfor%}
Organism locus_tag Accession Description Genbank annotation
{{values.0}} {{values.1}}{{values.2}}{{values.2}}{{values.3}} {{ values.4 }}
{% include "chlamdb/style_menu.html" %}