{% extends "layout_bs4.html" %} {% from "variants/components.html" import gene_cell, frequency_cell %} {% from "utils.html" import comments_table %} {% from "variants/utils.html" import cell_rank %} {% block title %} {{ super() }} - {{ institute.display_name }} - {{ case.display_name }} - STR variants {% endblock %} {% block top_nav %} {{ super() }}
Index | Repeat locus | Reference repeat unit | Estimated size | Reference size | Status | Max normal | Min pathologic | Genotype | Chr. | Position |
---|---|---|---|---|---|---|---|---|---|---|
{{ cell_rank(variant, institute, case, form, manual_rank_options) }} | {{ variant.str_repid }} | {{ variant.str_ru }} | {{ variant.alternative|replace("STR", "")|replace("<", "")|replace(">", "") }} | {{ variant.str_ref }} | {{ variant.str_status }} | {{ variant.str_normal_max }} | {{ variant.str_pathologic_min }} | {% for sample in variant.samples %}
{% if sample.genotype_call != "./." %}
{{ sample.display_name }}
{{ sample.genotype_call }} {% endif %} {% endfor %} |
{{ variant.chromosome }} | {{ variant.position }} {% if case.bam_files %} {% endif %} |
No matching variants |