{{ variantDescription | safe }}
Export
Show reads in flanking regions
Sample
Alt
Ref
Amb
{% for samplename, row in results_table.items() %}
{{ 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 %} {% if dotplots %} {% for name in dotplots %}
{{name}} dotplot
{% endfor %} {% endif %}
×
Export
Format:
SVG
PNG
PDF
PNG export requires librsvg or inkscape to be installed. PDF export requires one of those programs or webkitToPDF. Click
here
for instructions.