enrichplot icon indicating copy to clipboard operation
enrichplot copied to clipboard

Visualization of Functional Enrichment Result

Results 123 enrichplot issues
Sort by recently updated
recently updated
newest added

Hi, I want to color my ridgeplot according to qvalues. I use code like this: `egmt1

Hi, I'm having a weird behavior after updating to Enrichplot 1.18.3 I use the example data, here is the code: library(tidyverse) library(clusterProfiler) library(enrichplot) library(DOSE) data(gcSample) xx

Hello, The coloring according to foldChange does not work anymore in enrichplot v1.17.0.992. `colorEdge` works, & colors the edges according to the GO-term. Does anyone have a solution for this?...

Hi, For further fine-tuning of the layout (because of overlapping nodes/labels) I would like to export the underlying networks generated by the `cnetplot` and `emapplot` functions for further processing in...

I have a feeling that rectangles in subplot 2 of gseaplot2 are in inversed order. Each rectangle should contain aproximately 10% of hits, so that instead of: ![image](https://user-images.githubusercontent.com/111358465/211827032-5ca6e198-b1ff-4db9-9bea-b50539827036.png) we have...

Hello Professor Yu, When using the `dotplot` function in the `enrichplot` package, I noticed that the results displayed in the plot are not consistent with my own implementation of the...

Trying to add a fill as test to the enrichplot:::group_tree() code below doesn't seem to work: ``` if (add_tippoint) { print(color) p

For gseaResult it would be nice to have NES as a color option. Often, users will only plot gene sets that are already signficant, so the NES value is more...

Dear author, Thank you very much for this great visualization tool! I have a small request...could you add the parameters to adjust the label font in the cnetplot and emapplot?...

Thanks to Uncle Y's team for solving my previous[ issue](https://github.com/YuLab-SMU/gson/issues/7#event-7697215884) that ~~Can not use autofacet function for GSEA result~~. Now, a **new problem** is that GSEA supports activation and suppression...