plotVenn | R Documentation |
Plot venn diagram by ggvenn
plotVenn(
l.list,
alpha = 0.5,
palette = "aaas",
show_elements = FALSE,
show_percentage = TRUE,
text_size = 4,
set_name_size = 6,
title = NULL
)
l.list |
a list as input data |
alpha |
Default 0.5 |
palette |
Default aaas |
show_elements |
Show set elements instead of count/percentage. |
show_percentage |
Show percentage for each set. |
text_size |
Default 4, Text size for intersect contents. |
set_name_size |
Default 6, Text color for set names. |
title |
The ggplot object to print or save to file.
plotVenn(l.list)
l.list = list(`Up in early HCC` = early.up.genes,
`Down in early HCC` = early.down.genes,
`Up in advanced HCC` = advanced.up.genes,
`Down in advanced HCC` = advanced.down.genes)
plotVenn(l.list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.