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 d658ef4 commit 9d2875f
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 @@ -80,7 +80,7 @@ create_dropletqc_plot <- function(Seurat,
)

# FANCY PLOT COMBINING
clusters <- readPNG(file.path(output_path, "droplet_qc", paste0(project_name, "_clusters.png")))
clusters <- readPNG(file.path(output_path, "DropletQC", paste0(project_name, "_clusters.png")))

# Create the title and subtitle
title <- ggdraw() + draw_label(project_name, fontface = 'bold', x = 0.5, y = 0.1, hjust = 0.5, size = 20)
Expand Down

0 comments on commit 9d2875f

Please sign in to comment.