diff --git a/frontend/src/components/SeqvarDetails/FreqsCard/AutosomalFreqs.vue b/frontend/src/components/SeqvarDetails/FreqsCard/AutosomalFreqs.vue
index bac38310..2eb8832f 100644
--- a/frontend/src/components/SeqvarDetails/FreqsCard/AutosomalFreqs.vue
+++ b/frontend/src/components/SeqvarDetails/FreqsCard/AutosomalFreqs.vue
@@ -117,12 +117,19 @@ const sexExpanded: any = ref({})
{{ label }}
-
+
+
+
+ {{ sexExpanded[key] ? 'mdi-chevron-down' : 'mdi-chevron-right' }}
+
+
+
+
|
{{ sep(byPop[key]?.counts?.overall?.an ?? 0) }}
diff --git a/frontend/src/components/SeqvarDetails/VariantScoresCard.vue b/frontend/src/components/SeqvarDetails/VariantScoresCard.vue
index 99a97fbd..808d3901 100644
--- a/frontend/src/components/SeqvarDetails/VariantScoresCard.vue
+++ b/frontend/src/components/SeqvarDetails/VariantScoresCard.vue
@@ -199,7 +199,8 @@ const polyphenScore = computed((): number | null =>
@@ -272,7 +273,13 @@ const polyphenScore = computed((): number | null =>
CADD |
-
+
{{ varAnnos?.cadd?.PHRED }}
|
@@ -326,7 +333,12 @@ const polyphenScore = computed((): number | null =>
FATHMM |
{{ fathmmScore }}
@@ -373,7 +385,7 @@ const polyphenScore = computed((): number | null =>
|
Gerp++ |
-
+
{{ gerpScore }}
|
@@ -404,20 +416,27 @@ const polyphenScore = computed((): number | null =>
MMSplice
-
-
- {{ expandMMSplice ? 'mdi-chevron-down' : 'mdi-chevron-right' }}
-
-
+
+
+
+ {{ expandMMSplice ? 'mdi-chevron-down' : 'mdi-chevron-right' }}
+
+
+
|
-
+
{{ bestMMSplice.score }}
({{ bestMMSplice.key }})
@@ -442,7 +461,10 @@ const polyphenScore = computed((): number | null =>
|
{{ index }} |
{{ score }} |
-
+ |
:value="score"
/>
|
+ — |
— |
MPC |
-
+
|
PolyPhen2 |
-
+
{{ polyphenScore }}
|
@@ -536,7 +565,8 @@ const polyphenScore = computed((): number | null =>
@@ -599,7 +629,8 @@ const polyphenScore = computed((): number | null =>
|
SIFT |
-
+
{{ siftScore }}
|
@@ -708,20 +746,27 @@ const polyphenScore = computed((): number | null =>
SpliceAI
-
-
- {{ expandSpliceAi ? 'mdi-chevron-down' : 'mdi-chevron-right' }}
-
-
+
+
+
+ {{ expandSpliceAi ? 'mdi-chevron-down' : 'mdi-chevron-right' }}
+
+
+
|
-
+
{{ bestSpliceAi.score }}
({{ bestSpliceAi.key }})
@@ -746,7 +791,10 @@ const polyphenScore = computed((): number | null =>
|
{{ index }} |
{{ score }} |
-
+ |
:value="score"
/>
|
+ — |
— |
REVEL |
-
+
{{ revelScore }}
|
| | |