Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 01-02-setup.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ BiocManager::install(c(
The `clusterProfiler`/`enrichplot` chapter mentions `multienrichjam`, a package that converts ORA results from other tools into `enrichplot`-compatible objects. It is **not required** for this workshop, has a large dependency footprint, and is not installed on the workshop VMs. If you'd like to try it on your own computer:

```{r install-multienrichjam, eval = FALSE}
install.packages("remotes")
remotes::install_github("jmw86069/multienrichjam", dependencies = TRUE)
# install.packages("remotes")
# remotes::install_github("jmw86069/multienrichjam", dependencies = TRUE)
```

<p>&nbsp;</p> <!-- insert blank line -->
Expand Down
Loading