diff --git a/R/compare.R b/R/compare.R index 07bd63b36ee5861b72e4912c4676a7cc261a18c5..dba07d35a4f4c65458856f0c508dff84f06aaaf1 100644 --- a/R/compare.R +++ b/R/compare.R @@ -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) +