{% for variant in variants.object_list %} {% endfor %}
options index chr pos variant_id ref alt qual filter info format genotype_col genotype read_depth gene mutation_type vartype
View {{ variant.index }} {{ variant.chr }} {{ variant.pos }} {{ variant.variant_id }} {{ variant.ref|truncatechars:5 }} {{ variant.alt|truncatechars:5 }} {{ variant.qual }} {{ variant.filter }} - {{ variant.format }} {{ variant.genotype_col }} {{ variant.genotype }} {{ variant.read_depth }} {{ variant.gene }} {{ variant.mutation_type }} {{ variant.vartype }}
{% if variant.effect %}
effect impact functional_class codon_change aa_change aa_len gene_name biotype gene_coding transcript_id exon_rank genotype_number
{{ variant.effect }} {{ variant.impact }} {{ variant.func_class }} {{ variant.codon_change }} {{ variant.aa_change }} {{ variant.aa_len }} {{ variant.gene_name }} {{ variant.biotype }} {{ variant.gene_coding }} {{ variant.transcript_id }} {{ variant.exon_rank }} {{ variant.genotype_number }}
{% endif %}
genomes1k_maf dbsnp_maf esp_maf dbsnp_build
{{ variant.genomes1k_maf }} {{ variant.dbsnp_maf }} {{ variant.esp_maf }} {{ variant.dbsnp_build }}
sift sift_pred polyphen2 polyphen2_pred condel condel_pred dann cadd is_at_omim is_at_hgmd hgmd_entries
{{ variant.sift }} {{ variant.sift_pred }} {{ variant.polyphen2 }} {{ variant.polyphen2_pred }} {{ variant.condel }} {{ variant.condel_pred }} {{ variant.dann }} {{ variant.cadd }} {{ variant.is_at_omim }} {{ variant.is_at_hgmd }} {{ variant.hgmd_entries }}