{% extends 'tabbed.html' %} {% block head %} BUSCO QC Dashboard {% endblock %} {% block tabcontent %}
BUSCO summary statistics

The table below shows the summary statistics of the BUSCO marker count fractions for the categories Single, Duplicated, Fragmented, Missing {% if not comp_cont %}and {% else %}, {% endif %}Complete{% if comp_cont %}, Completeness {% if not unbinned %}and Contamination.{% else %}, Contamination and Unbinned contigs.{% endif %}{% endif %} The statistics are calculated for the categories across all MAGs in all samples{% if unbinned %}, including the percentage of Unbinned contigs per sample{% endif %}.

{% if comp_cont %} {% endif %} {% if unbinned %} {% endif %}
# % single % duplicated % fragmented % missing % complete% completeness % contamination% unbinned contigs
Minimum
Median
Mean
Maximum
Total count
Metric definitions:
  • Single: genes found exactly once
  • Duplicated: genes found more than once
  • Fragmented: genes only partially recovered
  • Missing: genes not found
  • Complete: Single + Duplicated genes
  • {% if comp_cont %}
  • Completeness: (100 - Missing) / Total genes
  • Contamination: 100 x Duplicated / Complete genes
  • {% endif %} {% if unbinned %}
  • Unbinned contigs: Percentage of contigs not assigned to any MAG
  • {% endif %}
Distribution of BUSCO marker gene counts
Sample: View:

The box plots below show distributions of BUSCO marker count fractions and assembly metrics. Each box shows the median, quartiles, and outliers for each category. Individual data points are overlaid with low transparency. Use the sample filter to highlight a specific sample across all box plots. Switch between histograms and box plots using the view toggle.

{% if comp_cont %}
Completeness vs. contamination

Relationship between BUSCO completeness and contamination for each bin.

{% endif %}
Distribution of unbinned contigs
{% if unbinned %}

Distribution of unbinned contigs across all samples.

{% else %}

No data available

{% endif %}
{% endblock %} {% block footer %} {% set loading_selector = '#loading' %} {% include 'js-error-handler.html' %} {% endblock %}