{% extends "base_template.html" %} {% block title %}Per-Gene Plots by {{ report_data.metadata_info.column_used_for_coloring }} - PyCodon Analyzer Report{% endblock %} {% block content %}
This section displays various plots for each gene (including the 'complete' concatenated set, if analyzed), where data points or series are colored based on the categories found in the metadata column '{{ report_data.metadata_info.column_used_for_coloring }}'. {% if report_data.metadata_info.categories_shown %} The categories plotted are: {{ report_data.metadata_info.categories_shown | join(', ') }}. {% if report_data.metadata_info.other_category_used %} (Other categories, if any, were grouped into an "Other" category). {% endif %} {% endif %} These plots help in visually correlating codon usage patterns and sequence properties with the provided metadata.
All plots in this section are also available in their respective subdirectories:
{{ report_data.output_dir_root_name }}/{{ report_data.metadata_info.column_used_for_coloring | sanitize_filename }}_per_gene_plots/
No per-gene plots colored by metadata '{{ meta_col_name }}' are available for this report.
{% endif %} {% endblock %}