Entering edit mode
Hi, I am trying to install a Bioconductor package, groupGO, but i keep getting the following error message. Please help?
Code:
if (!requireNamespace("BiocManager", quietly = TRUE)) + install.packages("BiocManager")
BiocManager::install("groupGO")
Error: Bioconductor version 3.10 (BiocManager 1.30.10), R 3.6.2 (2019-12-12) Installing package(s) 'groupGO' Warning message: package ‘groupGO’ is not available (for R version 3.6.2)
Where are you getting that installation instruction from?
I can't see that groupGO is a Bioconductor package, it looks like the closest thing is a function in the clusterProfiler package