From 9147eedaff75044e677eed9b18a337612b730a1e Mon Sep 17 00:00:00 2001 From: "abel.vertesy" Date: Tue, 31 Oct 2023 13:30:35 +0100 Subject: [PATCH] ... --- R/Seurat.Utils.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/Seurat.Utils.R b/R/Seurat.Utils.R index 8cd9d7a..30a6108 100644 --- a/R/Seurat.Utils.R +++ b/R/Seurat.Utils.R @@ -2785,7 +2785,7 @@ plot.GeneExpHist <- function(obj = cobj.H9.L92, genes = c("MALAT1","MT-CO1", "MT , return_cells_passing = TRUE , quantile_thr = 0.95 , return_quantile - , w = 8, h = 5 + , w = 9, h = 5 , ...) { # Check arguments @@ -2807,7 +2807,7 @@ plot.GeneExpHist <- function(obj = cobj.H9.L92, genes = c("MALAT1","MT-CO1", "MT title_ = paste(prefix, Stringendo::flag.nameiftrue(aggregate, prefix = '- '), suffix, slot_) pobj <- qhistogram(G_expression , plotname = title_ - , suffix = suffix + # , suffix = suffix , vline = thr_expr, filtercol = -1 , xlab = xlab , ylab = "# of cells"