You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add an option to add ranks labels to plotEnrichment()? Currently, it is not possible to determine the ranks order from the plot without some additional information. For example, if you are comparing KO to WT, it would be helpful add "KO" and "WT" to opposite ends of the X (ranks) axis.
Here is an example from limma::barcodeplot() to illustrate what I am trying convey:
If that is outside the scope of this package, do you have any suggestions on how to best add something like that with least interference with other elements?
The text was updated successfully, but these errors were encountered:
Hi, it's a good question. I wasn't able to quickly find an easy way to do this. You can try to modify the plot yourself, as plotEnrichment function returns ggplot object.
Is it possible to add an option to add ranks labels to
plotEnrichment()
? Currently, it is not possible to determine the ranks order from the plot without some additional information. For example, if you are comparing KO to WT, it would be helpful add "KO" and "WT" to opposite ends of the X (ranks) axis.Here is an example from
![image](https://user-images.githubusercontent.com/6363505/70381386-6d7be600-1917-11ea-99de-4526c2a38b18.png)
limma::barcodeplot()
to illustrate what I am trying convey:If that is outside the scope of this package, do you have any suggestions on how to best add something like that with least interference with other elements?
The text was updated successfully, but these errors were encountered: