From cbcc797758cd0d8bf37a3b755bc006a9aa871641 Mon Sep 17 00:00:00 2001 From: deevdevil88 Date: Fri, 29 Nov 2024 16:30:55 +0000 Subject: [PATCH] chnaged plotQC.R limitsize --- panpipes/R_scripts/plotQC.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panpipes/R_scripts/plotQC.R b/panpipes/R_scripts/plotQC.R index e91e9ac3..43af67ed 100644 --- a/panpipes/R_scripts/plotQC.R +++ b/panpipes/R_scripts/plotQC.R @@ -408,7 +408,7 @@ print("RNA vs. Protein plots") print("Plotting scatter plot of rna.doublet_scores and prot.log1p_total_counts") g <- do_scatter_plot(data_plot,x="rna.doublet_scores",y="prot.log1p_total_counts", facet=sc) ggsave(g, filename=file.path(outpath, paste0("scatter_", sc, "-doublet_scores_v_prot-log1p_nUMI.png")), type="cairo", - width= 3*ncols, height=3*nrows, dpi=200),limitsize=FALSE + width= 3*ncols, height=3*nrows, dpi=200,limitsize=FALSE) }