{% for item in sample_stats %} {% endfor %}
Sample # sequences gene usage frequencies rarefaction analysis CDR3 length
{{ item.name }} {{ item.libsize }} V D J VDJ VDJ amino acid nucleotide
{% for item in freq_stats %}

{{ item.gene }} gene usage

The frequencies of gene usage.

{% endfor %}

CDR3 length

The frequencies of the length of CDR3 amino acid sequences.

{% if rarefaction_stats is not none %}

Rarefaction study for VDJ combinations

The coordinates of rarefaction curves.

{% endif %}