Skip to content

Commit 97c9ae1

Browse files
authored
Update tidytranscriptomics.Rmd
Add blank line to stop plot breaking text.
1 parent 8c9578e commit 97c9ae1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vignettes/tidytranscriptomics.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ counts_scaled %>%
212212
scale_x_log10() +
213213
theme_bw()
214214
```
215+
215216
In this dataset the distributions of the counts are not very different to each other before scaling but scaling does make the distributions more similar. If we saw a sample with a very different distribution we may need to investigate it.
216217

217218
As tidybulk smoothly integrates with ggplot2 and other tidyverse packages it can save on typing and make plots easier to generate. Compare the code for creating density plots with tidybulk versus standard base R below (standard code adapted from [@law2016rna]).

0 commit comments

Comments
 (0)