Skip to content

Commit

Permalink
chnaged plotQC.R limitsize
Browse files Browse the repository at this point in the history
  • Loading branch information
deevdevil88 committed Nov 29, 2024
1 parent fd33c4b commit cbcc797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panpipes/R_scripts/plotQC.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)

}

Expand Down

0 comments on commit cbcc797

Please sign in to comment.