Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
abel.vertesy committed Oct 31, 2023
1 parent daf34b6 commit 9147eed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/Seurat.Utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 9147eed

Please sign in to comment.