{{ variantDescription | safe }}
Export
Sample
Alt
Ref
Amb
{% for samplename, row in results_table.iteritems() %}
{{ samplename }}
{% for cell in ["alt", "ref", "amb"] %}
{{ row[cell] }}
{% endfor %}
{% endfor %}
{% for allele in ["alt", "ref", "amb"] %}
{% filter capitalize %}{{ allele }}{% endfilter %}
{% for sample in samples %}
{{ sample }}
{% if loop.first %}
+
−
{% endif %}
{% endfor %} {% for annotation in annotations %}
{{ annotation }}
{% endfor %}
{% endfor %} {% if insertSizeDistributions %} {% for name in insertSizeDistributions %}
{% endfor %} {% endif %}
×
Export
Format:
SVG
PNG
PDF
PDF and PNG export requires librsvg library to be installed. Click
here
for instructions.