Hello! I met some problems in installing clusterProfiler or MAGeCKFlute with R4.2.2.
My code is:
install.packages("BiocManager")
if(!"MAGeCKFlute" %in% installed.packages()) BiocManager::install("MAGeCKFlute")
if(!"clusterProfiler" %in% installed.packages()) BiocManager::install("clusterProfiler")
if(!"ggplot2" %in% installed.packages()) BiocManager::install("ggplot2")
library(MAGeCKFlute)
library(clusterProfiler)
library(ggplot2)
The error message is:
package or namespace load failed for ‘clusterProfiler’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
不存在叫‘qvalue’这个名字的程辑包
Thank you for your help!