This function makes a similar plot to the 'cnetplot' in the Bioconductor package 'clusterProfiler but does it with ggplot using the ggraph package
1 | cnetggplot(res, dds_res, algorithm = "kk", exclude = NULL)
|
res |
A clusterProfiler results object |
dds_res |
DESeq results cleaned up with biobroom::tidy |
algorithm |
the layout algorithm for igraph |
exclude |
any pathways to exclude from the path |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.