{% extends "base_entry.html" %} {% load staticfiles %} {% block title %}Local synteny of {{ entry.omaid }} across genomes{% endblock %} {% block meta_description %}Explore the synthenic genes around {{ entry.omaid }} across its orthologs. Find out about highly conserved regions, rearangements, segmental duplications and other evolutionary events in this region{% endblock %} {% block css_hook %} {% endblock css_hook %} {% block js_hook %} {% endblock js_hook %} {% block contentTab %}

Local Synteny Conservation
Help ?

{% for position in positions %} {% endfor %} {% for index, geneinfo in md.genes.items %} {% for infotype, genetype in geneinfo.items %} {% if genetype == 'blank' %} {% elif infotype == 'genenumber' %} {% endif %} {% endfor %} {% endfor %} {% for ortholog_id, ortholog_info in o_md.items %} {% with lastrow=forloop.last %} {% for gene, geneinfo in ortholog_info.o_genes.items %} {% for infotype, genetype in geneinfo.items %} {% if genetype == 'blank' %} {% elif infotype == 'genenumber' %} {% endif %} {% endfor %} {% endfor %} {% endwith %} {% endfor %}
{{ position }}
{{ md.species }} {% if geneinfo.dir == -1 %} {% endif %} {{ genetype }} {% if geneinfo.dir == 1 %} {% endif %}
{{ ortholog_info.o_species }} {% if md.entry_dir == ortholog_info.row_dir and geneinfo.dir == -1 %} {% elif md.entry_dir != ortholog_info.row_dir and geneinfo.dir == 1 %} {% endif %} {{ genetype }} {% if md.entry_dir == ortholog_info.row_dir and geneinfo.dir == 1 %} {% elif md.entry_dir != ortholog_info.row_dir and geneinfo.dir == -1 %} {% endif %}
{% endblock contentTab %}