Skip to content

Commit 5208327

Browse files
committed
fix(MarkersPlot): set default value_fill to 0 for improved heatmap visualization
1 parent 308ba82 commit 5208327

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/markersplot.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ MarkersPlot <- function(
298298
)
299299
args$show_row_names <- args$show_row_names %||% TRUE
300300
args$show_column_names <- args$show_column_names %||% TRUE
301+
args$values_fill <- args$values_fill %||% 0
301302

302303
# add label if cutoff is provided for heatmap
303304
genes <- levels(markers$gene)

0 commit comments

Comments
 (0)