YuLab-SMU / clusterProfiler

:bar_chart: A universal enrichment tool for interpreting omics data
https://yulab-smu.top/biomedical-knowledge-mining-book/
1.03k stars 256 forks source link

dplyr and clusterprofile version 4.10.1 #714

Open lzy604 opened 3 months ago

lzy604 commented 3 months ago

Dear developer,

Thanks for developing this useful tool. Right now I found once I library the clusterprofile. The some function in dplyr could not be used. Is there some condition you have? Thanks.

guidohooiveld commented 3 months ago

I don't fully understand your question.

Yet, its seems some functions are masked, and therefore a 'wrong' function is called. To prevent this, you can either reverse the order you load the libraries, or you can explicitly point to the relevant package when a specific function is required (e.g. dplyr::mutate() ).

Also note that the latest version of clusterProfiler is 4.12.2, so you may also want to update your R/Bioconductor installation.