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

The table provides an overview of all available samples within the selected region. (default: all)

For each sample, three values are shown:

  • Known: the number of segments annotated with previously identified V, D, and, J gene segments.
  • Novel: the number of segments with newly discovered gene segments.
  • Total: the sum of known and novel segments for that sample.

Samples

{% if regions %}
{% endif %} {% if vdj_plot %}
{{ vdj_plot | safe }}
{% endif %}
{% for row in pivot_data %} {% endfor %}
Sample Known Novel Total
{{ row['Sample'] }} {{ row["Known"] }} {{ row["Novel"] }} {{ row["Total"] }}
{% endblock %}