{% extends 'sharedTemplates/base.html' %} {% block title %}Reference data{% endblock %} {% block body %}
Frequency of individual gene segments

This table shows the frequency of individual gene segments across all annotated samples.

You can filter by region and segment type.

For each gene segment, the following values are displayed:

  • Known: the number of samples where this segment is annotated as known.
  • Novel: the number of samples where this segment is annotated as novel.

Segment frequency across samples

{% for row in pivot_data %} {% endfor %}
Segment name Known Novel
{{ row["Target name"] }} {{ row["Known"] }} {{ row["Novel"] }}
{% endblock %}