joyplot for GSEA result
[This article was first published on R on Guangchuang YU, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
I am very glad to find that someone figure out how to use ggjoy with ggtree.
I really love ggjoy and believe it can be a good tool to visualize gene set enrichment (GSEA) result. DOSE/clusterProfiler support several visualization methods.
running score:
enrichment map:
category-gene-network:
dotplot:
These visualization methods are designed for visualizing/summarizing enrichment results and none of them can incoporate expression values.
In DOSE v>=3.3.2, I defined a joyplot
function, which can visualize GSEA result with expression distribution of the enriched categories.
Here is an example:
require(clusterProfiler) data(geneList) x <- gseKEGG(geneList) joyplot(x)
To leave a comment for the author, please follow the link and comment on their blog: R on Guangchuang YU.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.