Skip to content

Commit

Permalink
Update install_packages.R
Browse files Browse the repository at this point in the history
  • Loading branch information
fiorini9 authored Oct 5, 2023
1 parent 330c468 commit 9e177cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrnabox.slurm/soft/R/install_packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install.packages('ggrepel')
### packages needed for scrnabox pipeline
pkgs <- c('Seurat', 'foreach', 'doParallel', 'Matrix','cowplot','xlsx','clustree','enrichR','stringi','limma', 'edgeR',
'org.Hs.eg.db', 'SoupX','MatrixGenerics','BiocGenerics','S4Vectors','IRanges','GenomeInfoDb','GenomicRanges', 'Biobase',
'SummarizedExperiment', 'SingleCellExperiment', 'DropletUtils')
'SummarizedExperiment', 'SingleCellExperiment', 'DropletUtils', 'EnhancedVolcano')

## install Bioconductor
if (!require("BiocManager", quietly = TRUE)) {
Expand Down

0 comments on commit 9e177cb

Please sign in to comment.