Skip to content

Commit

Permalink
Update create_rbc_plot.R
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicenJoyHenning authored Sep 17, 2024
1 parent a6ae276 commit 084a811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/create_rbc_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ create_rbc_plot <- function(rbc_df, project_name, RBC_percent, initial_cells) {

plot <- ggplot(rbc_df, aes(x = hemo.percent, y = ptprc.percent, color = RBC)) +
geom_point(size = 0.6) +
scale_color_manual(values = c("non-RBC" = "grey", "RBC" = "#6765ED")) +
scale_color_manual(values = c("non-RBC" = "grey", "RBC" = "red")) + # "#6765ED")) +
xlab("Haemoglobin expression") +
ylab("CD45 expression") +
labs(title = project_name) +
Expand Down

0 comments on commit 084a811

Please sign in to comment.