Skip to content

Commit

Permalink
update heatmap colors (#655)
Browse files Browse the repository at this point in the history
Signed-off-by: Daena Rys <[email protected]>
Co-authored-by: Tuomas Borman <[email protected]>
  • Loading branch information
Daenarys8 and TuomasBorman authored Feb 5, 2025
1 parent b7183c4 commit 59c4eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/pages/composition.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ heatmap <- sechm(
tse, assayName = "clr_z", features=rownames(tse),
show_rownames = TRUE, show_colnames = TRUE,
row_names_gp = gpar(fontsize = 6), column_names_gp = gpar(fontsize = 8),
breaks = 1
breaks = 1, hmcols = c("blue", "white", "red")
)
heatmap
```
Expand Down Expand Up @@ -133,7 +133,7 @@ neatmap <- sechm(
show_rownames = TRUE, show_colnames = TRUE,
do.scale=FALSE, cluster_rows=FALSE, sortRowsOn = NULL,
row_names_gp = gpar(fontsize = 6), column_names_gp = gpar(fontsize = 8),
breaks = 1
breaks = 1, hmcols = c("blue", "white", "red")
)
neatmap
```
Expand Down

0 comments on commit 59c4eaf

Please sign in to comment.