Skip to content

Commit

Permalink
try adding back in call to install BiocManager
Browse files Browse the repository at this point in the history
  • Loading branch information
smcclatchy committed Nov 22, 2024
1 parent ae03d52 commit a96ef3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions episodes/differential-expression-analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ exercises: 10
# Differential Expression Analysis

```{r, echo=FALSE}
install.packages("BiocManager")
suppressPackageStartupMessages(library("BiocManager"))
suppressPackageStartupMessages(library("clusterProfiler"))
suppressPackageStartupMessages(library("DESeq2"))
suppressPackageStartupMessages(library("AnnotationDbi"))
Expand Down

0 comments on commit a96ef3b

Please sign in to comment.