Successfully loaded {{ n_individuals }} individuals. {{ n_male }} were recorded as male, {{ n_female }} as female, and {{ n_unknown_sex }} as unknown sex. {{ n_alive }} were reported to be alive at the time of last encounter, and {{ n_deceased }} were deceased. {{ n_has_disease_onset }} had disease onset information and {{n_has_age_at_last_encounter }} had information about the age at last encounter. In the cohort, there were a total of {{ total_hpo_count }} HPO terms used for annotation. {% if total_measurement_count > 0 %} Information was provided for {{ total_measurement_count }} measurement assays. {% endif %}
{% if n_excluded > 0 %}Not able to load {{ n_excluded }} individuals.
{% else %}No errors encountered.
{% endif %}HPO Term | ID | Seen in n individuals |
---|---|---|
{{ hpo_count.HPO }} | {{ hpo_count.ID }} | {{ hpo_count.Count }} |
{{ n_has_onset_info }} had onset information for at least 20% of individuals.
Seen in n individuals | Variant key | Variant Name | Protein Variant | Variant Class |
---|---|---|---|---|
{{ var_count.Count }} | {{ var_count.variant }} | {{ var_count.variant_name }} | {{ var_count.protein_name }} | {{ var_count.variant_effects }} |
Disease Name | Disease ID | Annotation Count |
---|---|---|
{{ disease_count.disease_name }} | {{ disease_count.disease_id }} | {{ disease_count.count }} |
Variant effect | Annotation Count | Percent |
---|---|---|
{{ var_effect.effect }} | {{ var_effect.count }} | {{ var_effect.percent }} |
Call this function with transcript to see table with variant effect counts.
{% endif %}