View source: R/make_gsea_cnet.R
make_gsea_cnet | R Documentation |
Make cnet plots for the community-representing pathways
make_gsea_cnet(
gseaRes,
fc,
resolution = 1,
algorithm = "louvain",
label = "Z-scores"
)
gseaRes |
a named list of GSEA object |
fc |
a list of Z-scores with the same names as gseaRes |
resolution |
optional resolution parameter |
algorithm |
either "louvain" or "leiden" |
label |
label for color bar |
a list of ggplot2 objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.