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

Incomplete transcripts

  • Samples: {% for sample in samples %} {{ sample.name or sample.id }} {% endfor %}

{% for stat in incomplete %} {% else %} {% endfor %}
Gene Transcript Sample Completeness {{ level }}x [%]
{{ stat.transcript.gene_name or stat.transcript.gene_id }} {{ stat.transcript_id }} {{ stat.sample.name }} {{ 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 %}