{% extends "base_template.html" %} {% block title %}Summary - PyCodon Analyzer Report{% endblock %} {% block content %}
{{ key | replace('_', ' ') | title }} | {{ value }} |
Metric | Value |
---|---|
Number of Gene Files Processed | {{ report_data.summary_stats.num_genes_processed }} |
Total Valid Sequences Analyzed (across all genes) | {{ report_data.summary_stats.total_valid_sequences }} |
Use the navigation menu on the left to explore detailed results for each section.
{% if report_data.plot_paths.combined_plots.ca_biplot_combined %}Combined CA Biplot is not available.
{% endif %} {% endblock %}