Skip to content

Commit

Permalink
fix: render group labels in oncoprint gene views as heatmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Sep 28, 2022
1 parent 03617d7 commit 6041058
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@ views:
dataset: ?f"variant-oncoprint-{gene}"
hidden: true
render-table:
headers:
?for i, annotation in enumerate(params.group_annotations.columns.values):
?i + 1:
label: ?annotation
plot:
heatmap:
scale: ordinal
color-scheme: category20
columns:
hgvsp:
custom: ?varsome_link
Expand Down

0 comments on commit 6041058

Please sign in to comment.