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

Plot genomic features in the neighborhood of a target locus

× Note! If the target locus has no homolog in the selected genome(s), the plot cannot be drawn (it will only display the reference locus region).

{% block content %} {% csrf_token %} {% crispy form %} {% endblock %}
{% if error %}
× Error:
    {% for error_msg in errors %}
  • {{error_msg}}
  • {% endfor %}
{% endif %} {% if envoi %}

Help to interpret the results

The generated plot shows a genomic feature in the neighborhood of a target locus along the selected genomes. Links are coloured wiht a scale of gray reflecting the sequence identity: dark gray for highly conserved, light grey for features with less identity. Click on the link to visualise the percentage of identity.
Homolog counts can be reordrered by clicking on column headers.
Note! If the target locus has no homolog in the selected genome(s), the plot cannot be drown (it will only display the reference locus region).


{% endif %}