Skip to content

Commit

Permalink
fix vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola committed Nov 17, 2023
1 parent 4fa8ff9 commit 85fc313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85fc313

Please sign in to comment.