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 3b70f33 commit d658ef4
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 @@ -47,7 +47,7 @@ create_dropletqc_plot <- function(Seurat,
panel.border = element_rect(colour = "black", fill = NA, linewidth = 1))

# Save the cluster plot
ggsave(file.path(output_path, "droplet_qc", paste0(project_name, "_clusters.png")),
ggsave(file.path(output_path, "DropletQC", paste0(project_name, "_clusters.png")),
plot = cluster_plot, width = 5, height = 3, dpi = 300)


Expand Down

0 comments on commit d658ef4

Please sign in to comment.