{% extends 'sharedTemplates/base.html' %} {% block title %}Report{% endblock %} {% block body %}
Information

The bar chart shows the frequency of each V, D, and J gene segments in the samples. For every combination, two bars are displayed side by side: one for Known gene segments and one for Novel gene segments. The height of each bar corresponds to the number of sequences with that specificV, D, and J gene segments. Use the legend to toggle the immunologic regions on and off for easy comparison.

Overall report

Known segments

{{ vdj_plot_known|safe }}

Novel segments

{{ vdj_plot_novel|safe }}
{% endblock %}