{% extends 'tabbed.html' %} {% block head %} Embedding Vega-Lite {% 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
Distribution of BUSCO marker gene counts

The histograms in the first row below show distributions of BUSCO marker count fractions across all MAGs for all the marker categories, as represented in the table above. The histograms in the second row show the distributions of assembly metrics for all MAGs and can be used to evaluate the quality of the assembly.

{% 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 %}