{% 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 and Contamination{% endif %} for all MAGs.

{% if comp_cont %} {% endif %}
# % single % duplicated % fragmented % missing % complete% completeness % contamination
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 %}
Distribution of BUSCO marker gene counts
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. Switch between histograms and box plots using the view toggle.

{% if comp_cont %}
Completeness vs. contamination

This scatterplot shows the relationship between BUSCO completeness and contamination for each MAG across your dataset.

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