{% extends "base_template.html" %} {% block title %}Statistical Comparisons - PyCodon Analyzer Report{% endblock %} {% block content %}

Statistical Comparisons Between Genes

This section presents the results of statistical tests (e.g., Kruskal-Wallis H-test) performed to compare key codon usage metrics and sequence properties across different genes (including the 'complete' concatenated set, if analyzed).

Lower p-values suggest significant differences in the distribution of the feature across the gene groups.

{% if report_data.tables.gene_comparison_stats_html %} {{ report_data.tables.gene_comparison_stats_html | safe }} {% else %}

Statistical comparison results are not available. This might occur if fewer than two gene groups were successfully processed or if an error occurred during the statistical analysis.

{% endif %}

Download full table: {% if report_data.tables.gene_comparison_stats_csv_path %} {{ report_data.tables.gene_comparison_stats_csv_path }} {% else %} CSV file path not available. {% endif %}

{% endblock %}