createKEGGdb icon indicating copy to clipboard operation
createKEGGdb copied to clipboard

unused argument (species)

Open 11010tianyi opened this issue 9 months ago • 0 comments

Error in clusterProfiler:::kegg_list(“pathway”, species): unused argument (species)

我首先安装工具包 通过R包remotes安装createKEGGdb工具: install.packages("remotes") remotes::install_github("YuLab-SMU/createKEGGdb", force = TRUE) createKEGGdb::create_kegg_db("hsa")

这个时候第一次会报错没有clusterProfiler,安装: BiocManager::install("clusterProfiler")

然后就会报这个错误: Image

是clusterProfiler新版不支持createKEGGdb了吗,有没有办法解决,谢谢。

11010tianyi avatar Apr 29 '25 06:04 11010tianyi