Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber committed Dec 4, 2024
1 parent 2863adb commit 312d19b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ All informations about DRomics can also be found at <a href="https://lbbe.univ-l
The `limma` and `DESeq2` packages from Bioconductor must be installed for the use of `DRomics` (can take a long time):

```r
if (!requireNamespace("BiocManager", quietly = TRUE))
if (!requireNamespace("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
else
} else {
BiocManager::install(ask = FALSE, update = TRUE)
}

BiocManager::install(c("limma", "DESeq2"))
```
Expand Down

0 comments on commit 312d19b

Please sign in to comment.