prot.plot_upset | R Documentation |
Plot an UpSet chart from an enrichment set
prot.plot_upset(
enrichset,
order.by = "freq",
point.size = 3,
line.size = 1,
text.scale = c(2, 2, 2, 2, 2, 1.5),
...
)
enrichset |
An enrichment set object |
order.by |
A character string indicating how to order the sets |
point.size |
Numeric indicating the size of the points |
line.size |
Numeric indicating the size of the lines |
text.scale |
Numeric indicating the size of the text |
... |
Further arguments to pass to the upset function |
for further arguments, see ?UpSetR::upset
For more information about upset plots, see https://upset.app/
An UpSetR plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.