From e7aaddb9223e3e8d2f28b1603e68906761538c09 Mon Sep 17 00:00:00 2001 From: Annie Moriondo Date: Thu, 12 Dec 2024 19:17:08 -0500 Subject: [PATCH] links on phenotype page too --- src/components/PigeanTable.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/PigeanTable.vue b/src/components/PigeanTable.vue index 7c87cfab6..094fe0612 100644 --- a/src/components/PigeanTable.vue +++ b/src/components/PigeanTable.vue @@ -354,6 +354,8 @@ export default Vue.component("pigean-table", { :plot-name="`PIGEAN_${row.item.phenotype}`" :phenotypes-data="phewasData[phewasKey(row.item)]" :phenotype-map="phenotypeMap || $store.state.bioPortal.phenotypeMap" + :linkPhenotypes="true" + :isPigean="true" :colors="plotColors" :render-config="phewasRenderConfig" :utils="utilsBox"