Skip to content

Commit

Permalink
Update create_dropletqc_plot.R
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicenJoyHenning authored Aug 18, 2024
1 parent 9d2875f commit d733ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/create_dropletqc_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ create_dropletqc_plot <- function(Seurat,
final_plot <- final_plot + theme(plot.background = element_rect(fill = "white", color = "white"))

# Save the final plot
ggsave(file.path(output_path, "droplet_qc", paste0(project_name, ".png")), plot = final_plot, width = 12, height = 10, dpi = 300)
ggsave(file.path(output_path, "DropletQC", paste0(project_name, ".png")), plot = final_plot, width = 12, height = 10, dpi = 300)

invisible()

Expand Down

0 comments on commit d733ced

Please sign in to comment.