Entering edit mode
5.7 years ago
grant.hovhannisyan
★
2.6k
Hi all,
Using clusterProfiler
I got this nice plot below
But I can't figure out how to relevel the Timepoint
factor in the compareCluster
object, so the plot appears in 3h, 12h , 24h order.
dotplot
function unfortunately does not accept dataframe, otherwise I would have releveled the dataframe.
thanks
I've used clusterProfiler a lot, and most of the time I've found it's quicker/easier to clean it up in Illustrator than try to adjust the graphic. It's a useful package, but doesn't have a ton of flexibility in regards to its plotting. If you ask on Bioconductor, the author might be able to give you an answer.
thanks for recommendation. This particular plot does not seem very complicated so maybe even worth to code it myself.