Skip to content

Commit

Permalink
fix: Convert pval and qval to heatmap
Browse files Browse the repository at this point in the history
  • Loading branch information
fxwiegand authored Oct 16, 2024
1 parent 7b2767c commit 9c457cc
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions workflow/resources/datavzrd/diffexp-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9c457cc

Please sign in to comment.