{% extends "layout.html" %} {% import "bootstrap/wtf.html" as wtf %} {% from "variants/components.html" import external_scripts, external_stylesheets, gene_cell %} {% from "variant/buttons.html" import splice_junctions_button %} {% from "variants/utils.html" import filter_script_main, pagination_footer, pagination_hidden_div, stash_filter_buttons, update_stash_filter_button_status%} {% block title %} {{ super() }} - {{ institute.display_name }} - {{ case.display_name }} - {{ form.variant_type.data|capitalize }} omics outlier variants {% endblock %} {% block css %} {{ super() }} {{ external_stylesheets() }} {% endblock %} {% block top_nav %} {{ super() }}
Gene | Type | Value | Func. annotation | P-value | Ind | Chr | Pos | |
---|---|---|---|---|---|---|---|---|
{% if variant.genes %}
{{ gene_cell(variant, inherit_palette) }}
{% else %}
{{ variant.gene_name_orig }}
{% endif %}
{% if case.vcf_files.vcf_snv %}
{% endif %}
{% if case.vcf_files.vcf_sv %}
{% endif %}
|
{{ variant.sub_category }} | {% if variant.sub_category == "splicing" %} {{ variant.delta_psi }} Δψ {% else %} {{ variant.l2fc }} {% if variant.l2fc > 0 %}↑{% elif variant.l2fc < 0 %}↓{% endif %} {% endif %} | {% if variant.sub_category == "splicing" %} {{ variant.potential_impact }} - fs {{ variant.causes_frameshift }} {% endif %} | {{ '%.3e' % variant.p_value }} | {% for sample in variant.samples %}
{% if sample.genotype_call != "./." %}
{{ sample.display_name }}
{% endif %}
{% endfor %}
|
{{ variant.chromosome }} | {{ variant.position|human_longint|safe }}-{{ variant.end|human_longint|safe }} {% if case.has_rna_tracks %} {{ splice_junctions_button(institute._id, case, None, variant.omics_variant_id) }} {% endif %} | |
No matching variants |