I recently updated to R 4.6.0 and thus clusterProfiler 4.20.0 from 4.16.0. I am seeing a large decrease in the number of significant terms returned across several comparisons. Is this expected based on the bugs fixed and switching internally from DOSE::enricher_internal to enrichit compared to 4.16.0?
pvalueCutoff = 0.05,
pAdjustMethod = "BH",
qvalueCutoff = 0.05,
minGSSize = 1,
maxGSSize = 1000
Hello @GuangchuangYu
I recently updated to R 4.6.0 and thus clusterProfiler 4.20.0 from 4.16.0. I am seeing a large decrease in the number of significant terms returned across several comparisons. Is this expected based on the bugs fixed and switching internally from DOSE::enricher_internal to enrichit compared to 4.16.0?
Thanks