Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
philouail authored Sep 30, 2024
1 parent f76a24b commit 6d7e738
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,12 @@ Run the code as follow:

```r
install.packages("BiocManager")
BiocManager::install("rformassspectrometry/metabonaut")
BiocManager::install(c('RCurl', 'xcms', 'MsExperiment', 'SummarizedExperiment',
'Spectra', 'MetaboCoreUtils', 'limma', 'matrixStats', 'pander',
'RColorBrewer', 'pheatmap', 'vioplot', 'ggfortify', 'gridExtra',
'AnnotationHub', 'CompoundDb', 'MetaboAnnotation',
'RforMassSpectrometry/MsIO', 'RforMassSpectrometry/MsBackendMetaboLights'),
ask = FALSE, dependencies = TRUE)"
```
## Known issues
Expand Down

0 comments on commit 6d7e738

Please sign in to comment.