{% 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 %} {% crispy form_genome_modules %}

Genome centered pathways

List Kegg pathways or Kegg pathways in a genome of interest

{% crispy form_genome %}

kEGG Modules centered

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

{% crispy form_cat %} or {% crispy form_subcat %}

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

{% crispy form_module %}
{% include "chlamdb/style_menu.html" %}