From 85fc3139f204819b0b89854515fb8f250ef6604d Mon Sep 17 00:00:00 2001 From: Stefano Mangiola Date: Fri, 17 Nov 2023 14:55:44 +1100 Subject: [PATCH] fix vignette --- vignettes/introduction.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/introduction.Rmd b/vignettes/introduction.Rmd index 490b7578..55d6e1fb 100755 --- a/vignettes/introduction.Rmd +++ b/vignettes/introduction.Rmd @@ -209,7 +209,7 @@ We can easily plot the scaled density to check the scaling outcome. On the x axi ```{r plot_normalise} se_mini.norm |> - ggplot(aes(count_scaled + 1, group=sample, color=`Cell.type`)) + + ggplot(aes(count_scaled + 1, group=.sample, color=`Cell.type`)) + geom_density() + scale_x_log10() + my_theme