{% 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
# |
Gene name |
Occurence |
{% for row in gene_annotations %}
{{row.0}} |
{{row.1}} |
{{row.2}} |
{% endfor %}
Product
# |
Product |
Occurence |
{% for row in product_annotations %}
{{row.0}} |
{{row.1}} |
{{row.2}} |
{% endfor %}
{% 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 %}
Unique protein length |
{{prot_length}} |
{% else %}
Min length |
{{min_protein_length}} |
Max length |
{{max_protein_length}} |
Mean length (sd) |
{{mean_protein_length}} ({{std_protein_length}}) |
Median length |
{{median_protein_length}} |
{% endif %}
Protein length distribution
{{html_plot_prot_length|safe}}
{% endif %}