# clusterProfiler - Package source: Bioconductor - Estimated install time: about 10 minutes ## Installation steps ```bash srun -N 1 -n 10 --mem 10G -t 20 -p msismall --pty bash module load R/4.4.0-openblas-rocky8 libwebp/1.6.0 freetype/2.11.1-gcc-13.1.0-avhkc6q R options(Ncpus = 10) system.time(install.packages("devtools")) system.time(install.packages("BiocManager")) system.time(devtools::install_github("YuLab-SMU/ggtree", ref = "1444d4d")) system.time(BiocManager::install("clusterProfiler")) ```