From 9c457cc91837196e2b26b312507787afd17ee67b Mon Sep 17 00:00:00 2001 From: Felix Wiegand Date: Wed, 16 Oct 2024 10:01:22 +0200 Subject: [PATCH] fix: Convert pval and qval to heatmap --- .../resources/datavzrd/diffexp-template.yaml | 22 ++++++++++++++----- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/workflow/resources/datavzrd/diffexp-template.yaml b/workflow/resources/datavzrd/diffexp-template.yaml index 04dab8e2..a76a4fb0 100644 --- a/workflow/resources/datavzrd/diffexp-template.yaml +++ b/workflow/resources/datavzrd/diffexp-template.yaml @@ -211,18 +211,28 @@ views: url: "http://www.ensembl.org/Homo_sapiens/Gene/Summary?g={target_id}" pval: plot: - bars: + heatmap: scale: linear + range: + - "#a1d99b" + - "white" + - "#fdae6b" domain: - - 0.0 - - 1.0 + - 0 + - 0.05 + - 0.25 qval: plot: - bars: + heatmap: scale: linear + range: + - "#a1d99b" + - "white" + - "#fdae6b" domain: - - 0.0 - - 1.0 + - 0 + - 0.05 + - 0.25 test_stat: display-mode: hidden rss: