You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of clusterProfiler on GitHub is currently version 4.15.1.001.
See: https://github.com/YuLab-SMU/clusterProfiler/blob/devel/NEWS.md
Since 15 is an odd number, this indeed indicates that it is a development version (and not release/production).
Which version of Bioconductor are you using? This is important, because releases of Bioconductor packages are connected to specific R/Bioconductor releases. You are able to check this by typing:
R.Version()$version.string
BiocManager::version()
From the Bioconductor website: The current release of Bioconductor is version 3.20; it works with R version 4.4.0. Users of older R and Bioconductor must update their installation to take advantage of new features and to access packages that have been added to Bioconductor since the last release. https://bioconductor.org/install/
It seems that the new version of ClusterProfiler is 4.12.6 according to the GiHub page.
I ran this script :
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("clusterProfiler")
But I'm still with the 4.6.2 version
For instance I have a problem with enrichKEGG which is not working any more :
--> No gene can be mapped....
--> Expected input gene ID:
--> return NULL...
The text was updated successfully, but these errors were encountered: