{% load static %} {% load static %} {% get_static_prefix as STATIC_PREFIX %} {% include "chlamdb/header.html" %} {% load crispy_forms_tags %}
{% include "chlamdb/menu.html" %}

Genome centered modules

List Kegg modules or Kegg modules in a genome of interest



{% csrf_token %} {{ form_genome.as_p }}

Genome centered pathways

List Kegg pathways or Kegg pathways in a genome of interest



{% csrf_token %} {{ form_genome.as_p }}

kEGG Modules centered

Discover the distribution of Kegg Modules within the genomes of the database



{% csrf_token %} {{ form_cat.as_p }}

or

{% csrf_token %} {{ form_subcat.as_p }}

kEGG Pathways centered

Discover the distribution of Kegg patwhays within the genomes of the database



Comparative analysis

Discover the distribution of Kegg Modules within the genomes of the database



{% csrf_token %} {{ form_module.as_p }}
{% include "chlamdb/style_menu.html" %}