Skip to content

Commit

Permalink
Add information in README to update Bioconductor packages if already …
Browse files Browse the repository at this point in the history
…installed
  • Loading branch information
aursiber committed Oct 8, 2024
1 parent 5c95b66 commit a26c047
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ All informations about DRomics can also be found at <a href="https://lbbe.univ-l


## The package
The `limma` and `DESeq2` packages from Bioconductor must be installed for the use of `DRomics`:
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))
install.packages("BiocManager")
else
BiocManager::install(ask = FALSE, update = TRUE)

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

0 comments on commit a26c047

Please sign in to comment.