{% load custom_tags %} {% load static %} {% load crispy_forms_tags %} {% include "chlamdb/header.html" %} {% if not menu %}
{% else %}
{% endif %}
{% include "chlamdb/menu.html" with page_title="Orthogroup annotation" %}

Orthogroup:{{og}}


{% if not valid_id %} {% else %}
{% include "chlamdb/homologs.html" %}
{% include "chlamdb/orthogroup_conservation.html" %}

Phylogeny of {{og}} {{root}}


Phylogeny of the RefSeq best hits of {{og}}

Orthogroup content: {{n_homologues}} members

Help

This page summarizes the annotation of all members of the orthologous group {{og}}.
Gene name(s), gene product(s), a summary of protein lenght, and annotations (when available) are provided. Additionally, the number of times (occurence) an annotation is observed in the orthogroup is reported for each annotation.

Orthologs were identified with OrthoFinder. The annotation of orthologous proteins can differ depending the approach used to annotate the source genomes. Automated annotations are also subject to errors. Spurious clustering of non-orthologous proteins can also happen. This page allows to check for eventual inconsistencies.

Gene

{% for row in gene_annotations %} {% endfor %}
# Gene name Occurence
{{row.0}} {{row.1}} {{row.2}}

Product

{% for row in product_annotations %} {% endfor %}
# Product Occurence
{{row.0}} {{row.1}} {{row.2}}
{% for result_table in result_tables%} {% if result_table|keyvalue:"table_data"|length > 0 %}

{{result_table|keyvalue:"title"}}

{% include "chlamdb/result_table.html" with results=result_table %}
{% endif %} {% endfor %} {% if length_distrib %}

Protein length

{% if single_length %} {% else %} {% endif %}
Unique protein length {{prot_length}}
Min length {{min_protein_length}}
Max length {{max_protein_length}}
Mean length (sd) {{mean_protein_length}} ({{std_protein_length}})
Median length {{median_protein_length}}

Protein length distribution

{{html_plot_prot_length|safe}}
{% endif %}
{% endif %}