From 17bae7003126fae5b2bb7a1631831ed78ddfa541 Mon Sep 17 00:00:00 2001 From: Louise Huuki Date: Mon, 12 Aug 2024 16:32:40 -0400 Subject: [PATCH] Fix default pdf_fn = NULL --- R/plot_marker_express_ALL.R | 2 +- man/plot_marker_express_ALL.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/plot_marker_express_ALL.R b/R/plot_marker_express_ALL.R index 1422dee..b72c3b0 100644 --- a/R/plot_marker_express_ALL.R +++ b/R/plot_marker_express_ALL.R @@ -45,7 +45,7 @@ plot_marker_express_ALL <- function( sce, stats, - pdf_fn = "marker_expression.pdf", + pdf_fn = NULL, n_genes = 10, rank_col = "MeanRatio.rank", anno_col = "MeanRatio.anno", diff --git a/man/plot_marker_express_ALL.Rd b/man/plot_marker_express_ALL.Rd index 8254db2..afdc0b1 100644 --- a/man/plot_marker_express_ALL.Rd +++ b/man/plot_marker_express_ALL.Rd @@ -7,7 +7,7 @@ plot_marker_express_ALL( sce, stats, - pdf_fn = "marker_expression.pdf", + pdf_fn = NULL, n_genes = 10, rank_col = "MeanRatio.rank", anno_col = "MeanRatio.anno",