plotVennLegacy | R Documentation |
Plot venn diagram
plotVennLegacy(l.list, alpha = 0.5, palette = "aaas")
alpha |
0.5 |
palette |
aaas |
This function is no longer used and exported
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.