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

This table shows all gene segments that are uniquely found in individual samples. They do not occur in any other sample in the dataset.

For each sample, you’ll see:

  • Known: segments that match existing annotations and are unique to this sample
  • Novel: newly discovered segments that are also unique to this sample
  • Total: the combined number of unique known and novel segments

Segments unique to samples

{% for column in data_table.columns %} {% endfor %} {% for index, row in data_table.iterrows() %} {% for column in data_table.columns %} {% endfor %} {% endfor %}
{{ column }}
{{ row[column] }}
{% endblock %}