Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 3c347a6

Browse files
authored
Update tidytranscriptomics.Rmd
1 parent 058abad commit 3c347a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/tidytranscriptomics.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ fit <- glmQLFit(dgList, design)
667667
qlf <- glmQLFTest(fit, coef=2)
668668
```
669669

670-
## Plots after testing for differentially expressed
670+
## Plots after differential expression
671671

672672
### Volcano plots
673673

@@ -740,7 +740,7 @@ strip_chart
740740
```
741741

742742

743-
## Interactive Plots
743+
### Interactive Plots
744744

745745
A really nice feature of using tidyverse and ggplot2 is that we can make interactive plots quite easily using the plotly package. This can be very useful for exploring what genes or samples are in the plots. We can make interactive plots directly from our ggplot2 object (strip_chart). Having `label` in the `aes` is useful to visualise the identifier of the data point (here the sample id) or other variables when we hover over the plot.
746746

0 commit comments

Comments
 (0)