GPSEA cohort analysis: All variant alleles
Variant alleles
A total of {{ total_unique_allele_count }} unique alleles were identified in the cohort.
Variant key
Variant (cDNA)
Variant (protein)
Overlapping Exons
Effects
Count
{% for vdata in variant_count_list %}
{{ vdata.variant_key }}
{{ vdata.variant_name }}
{{ vdata.protein_name }}
{{ vdata.exons }}
{{ vdata.variant_effects }}
{{ vdata.count }}
{% endfor %}