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
12 changes: 7 additions & 5 deletions 10-clusterprofiler.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -327,18 +327,20 @@ Unfortunately, `enrichplot` is only compatible with the enrichment results from
`multienrichjam` has a lot of dependencies and has not been installed on these VMs so we will not be performing this today. However, this functionality and flexibility is pretty cool, so if you wanted to install this on your own computer outside the workshop, below is the code for installing :-)


<!--omit-begin-->
```{r install multienrichjam, eval = FALSE}
# github remotes package required:
install.packages("remotes")
library(remotes)
# install.packages("remotes")
# library(remotes)

# install multienrichjam:
remotes::install_github("jmw86069/multienrichjam", dependencies = TRUE)
library(multienrichjam)
# remotes::install_github("jmw86069/multienrichjam", dependencies = TRUE)
# library(multienrichjam)

# check function help:
?enrichDF2enrichResult
# ?enrichDF2enrichResult
```
<!--omit-end-->


#### dotplot
Expand Down
Loading