{% extends "layout_bs4.html" %} {% from "variants/utils.html" import compounds_table, svs_table, snv_filters, cell_rank, pagination_footer, pagination_hidden_div%} {% from "variants/components.html" import gene_cell, frequency_cell %} {% from "variant/buttons.html" import dismiss_variant_table_button %} {% block title %} {{ super() }} - {{ institute.display_name }} - {{ case.display_name }} - {{ form.variant_type.data|capitalize }} variants {% endblock %} {% block css %} {{ super() }} {% endblock %} {% block top_nav %} {{ super() }}
Rank | Dismiss variant | Score | Chr. | Gene | PopFreq | CADD | Gene annotation | Func. annotation | Inheritance model | Overlapping |
---|---|---|---|---|---|---|---|---|---|---|
{{ cell_rank(variant, institute, case, form, manual_rank_options) }} | {{ dismiss_variant_table_button(variant, institute, case, dismiss_variant_options) }} | {{ variant.rank_score|int }} | {{ variant.chromosome }} | {{ gene_cell(variant) }} | {{ frequency_cell(variant) }} | {{ cell_cadd(variant) }} |
{% for annotation in variant.region_annotations %}
{{ annotation }}
{% endfor %}
|
{% for annotation in variant.functional_annotations %}
{{ annotation }}
{% endfor %}
|
{{ cell_models(variant) }} | {{ overlapping_cell(variant) }} |
No matching variants |