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

dit is info

{{ selected_sample }}

Extracted regions

{% if not region_data.empty %} {% include 'sharedTables/region_table.html' %} {% else %}

No region data available for this sample.

{% endif %}

{% if regions %}
{% endif %} {% if segments_plot or known_novel_plot or function_plot or rss_plot or function_messenger_plot or function_messenger_plot2 %}

Plots

{% if segments_plot %}
{{ segments_plot|safe }}
{% endif %} {% if known_novel_plot %}
{{ known_novel_plot|safe }}
{% endif %} {% if function_plot %}
{{ function_plot|safe }}
{% endif %}
{% if function_messenger_plot %}
{{ function_messenger_plot|safe }}
{% endif %} {% if function_messenger_plot2 %}
{{ function_messenger_plot2|safe }}
{% endif %}
{% endif %} {% if region_viewer %}

Region viewer

{{ region_viewer|safe }}
{% endif %}

Annotation data

{% include 'sharedTables/annotation_table.html' %}
{% include 'sharedTemplates/column_modal.html' %} {% endblock %}