Skip to content

Commit

Permalink
Correcting error in episode six, missing definition of the tidyverse …
Browse files Browse the repository at this point in the history
…pipe operator.
  • Loading branch information
parkyed committed Nov 6, 2023
1 parent b7f7838 commit f11d6a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions episodes/episode6.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ A simple histogram of the raw counts data illustrates the skewed nature of the d
```{r}
set.seed(seed = 30)
`%>%` <- magrittr::`%>%`
counts.mat.ibd.ol.filtered %>%
tibble::rownames_to_column("geneID") %>%
Expand Down

0 comments on commit f11d6a1

Please sign in to comment.