Skip to content

Commit 4ca21d7

Browse files
committed
Add note to load tidybulk after tidyverse
1 parent 099ce57 commit 4ca21d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/tidytranscriptomics.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ There are many steps involved in analysing an RNA sequencing dataset. The main s
9898
knitr::include_graphics("../inst/vignettes/bioc2020tidybulkpipeline-01.png")
9999
```
100100

101-
First, let’s load all the packages we will need to analyse the data.
101+
First, let’s load all the packages we will need to analyse the data. Note that you should load the *tidybulk* library after the tidyverse core packages for best integration.
102102

103103
```{r message=FALSE, warning=FALSE}
104104
# load libraries

0 commit comments

Comments
 (0)