We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308ba82 commit 5208327Copy full SHA for 5208327
R/markersplot.R
@@ -298,6 +298,7 @@ MarkersPlot <- function(
298
)
299
args$show_row_names <- args$show_row_names %||% TRUE
300
args$show_column_names <- args$show_column_names %||% TRUE
301
+ args$values_fill <- args$values_fill %||% 0
302
303
# add label if cutoff is provided for heatmap
304
genes <- levels(markers$gene)
0 commit comments