{% extends 'base.html' %} {% block head %} Collapsed Contig Abundance Distribution {% endblock %} {% block content %}
This visualization shows the distribution of contig abundances for all taxa detected in the provided sample set. Select a sample from the dropdown below to filter the histograms. Taxa are sorted by mean abundance (highest to lowest). You can also highlight a specific taxon to see its abundance distribution by selecting it from the dropdown.
Select taxon and sample to view statistics
{% endblock %} {% block footer %} {% set loading_selector = '#loading' %} {% include 'js-error-handler.html' %} {% endblock %}