{% extends 'report/layouts/base.html' %} {% block js_btm %} {{ super() }} {% endblock %} {% block main %}

Incomplete transcripts

    {% if sample_ids %}
  • Samples: {% for sample_id in sample_ids %} {{ id_map[sample_id]|default(sample_id) }} {% endfor %}
  • {% endif %}

{% for stat in incomplete %} {% else %} {% endfor %}
Gene Transcript Sample Completeness {{ level }}x [%]
{{ stat.transcript.gene_id }} {{ stat.transcript_id }} {{ id_map[stat.sample_id]|default(stat.sample_id) }} {{ stat|attr("completeness_%s"|format(level))|round(2) }}
No transcripts found or level not annotated.
{% if skip > 0 %} {% set next_skip = 0 if (skip - limit) < 0 else (skip - limit) %} Previous {% endif %}
{% if has_next %} {% endif %}
{% endblock %}