{% extends "layout.html" %} {% from "macros.html" import list_out, list_out_bytes, igv_link, ucsc_link, genemania_single_link, omim_link, thousandgenomes_link, ensemble_link %} {% block caption %}
# | Symbol | Effect | Feature | Rank | Coding | HGVSC | HGVSP |
---|---|---|---|---|---|---|---|
{{ loop.index }} | {{ v["gene_id"].decode() }} | {{ EffectNames[v["effect"]] }} | {{ v["feature_id"].decode() }} | {{ v["rank_affected"] }} / {{ v["rank_total"] }} | {% if v["coding"] %}Coding{% else %}Non-Coding{% endif %} | {{ v["hgvsc"].decode() }} | {{ v["hgvsp"].decode() }} |