Skip to content
Snippets Groups Projects
Commit b1fc4441 authored by Luke Zappia's avatar Luke Zappia
Browse files

Fix bug in diffSCEs QQ plots

parent 8276db58
No related branches found
No related tags found
No related merge requests found
......@@ -508,7 +508,7 @@ diffSCEs <- function(sces, ref, point.size = 0.1, point.alpha = 0.1,
theme_minimal()
libs.qq <- ggplot(cells,
aes_string(x = "RefRankLibSize", y = "total_counts",
aes_string(x = "RefRankLibSize", y = "sum",
colour = "Dataset")) +
geom_abline(intercept = 0, slope = 1, colour = "red") +
geom_point(size = point.size, alpha = point.alpha) +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment