{% 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 %}
{% if pfam_def|length > 0 %}
PFAM domains
Domain |
Domain definition |
N. occurrences |
{% for val in pfam_def %}
{{val.0|safe}} |
{{val.2}} |
{{val.1}} |
{% endfor %}
{% endif %}
{% if cog_entries|length > 0 %}
COG annotation(s)
{% for h in cog_header %}
{{h|safe}} |
{% endfor %}
{% for row in cog_entries %}
{% for entry in row %}
{{ entry|safe }} |
{% endfor %}
{% endfor %}
{% endif %}
{% if ko_entries|length > 0 %}
Kegg Ortholog annotation(s)
{% for entry in ko_header %}
{{entry|safe}} |
{% endfor %}
{% for row in ko_entries %}
{% for e in row %}
{{e|safe}} |
{% endfor %}
{% endfor %}
{% endif %}
{% 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 %}
{% if optional2status|keyvalue:"BLAST_swissprot" %}
{% if n_swissprot_hits != 0 %}
Annotations of the {{n_swissprot_hits}} SwissProt hits
Annotation |
Number of occurrences |
{% for swissprot in reviewed %}
{{swissprot.0}} |
{{swissprot.1}} |
{% endfor %}
{% else %}
No swissprot homolog
{% endif %}
{% endif %}
{% endif %}