Open lzy604 opened 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.
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.