Skip to content

Commit

Permalink
Merge branch 'master' into de-no-forking
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola authored Nov 17, 2023
2 parents aaf4bb1 + 85fc313 commit 7e55e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: tidybulk
Title: Brings transcriptomics to the tidyverse
Version: 1.13.3
Version: 1.15.2
Authors@R: c(person("Stefano", "Mangiola", email = "[email protected]",
role = c("aut", "cre")),
person("Maria", "Doyle", email = "[email protected]",
Expand Down
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 7e55e53

Please sign in to comment.