plot_clisi | R Documentation |
Making the plot for local enrichment
plot_clisi(
local_1,
local_2,
col_vec = (scales::hue_pal())(nrow(local_1$common_clisi$membership_info)),
l_bg = 75,
c_bg = 50,
alpha_bg = 0.5,
xlab1 = "Distinct enrichment",
xlab2 = "Distinct enrichment",
ylab = "Common enrichment",
main1 = "Modality 1",
main2 = "Modality 2",
...
)
local_1 |
output of |
local_2 |
output of |
col_vec |
vector of colors |
l_bg |
|
c_bg |
|
alpha_bg |
|
xlab1 |
|
xlab2 |
|
ylab |
|
main1 |
Title for plot corresponding to Modality 1 |
main2 |
Title for plot corresponding to Modality 2 |
... |
extra parameters for |
List of two gg
objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.