Plot an UpSet chart from an enrichment set
Usage
prot.plot_upset(
enrichset,
order.by = "freq",
point.size = 3,
line.size = 1,
text.scale = c(2, 2, 2, 2, 2, 1.5),
...
)
Arguments
- 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
Details
for further arguments, see ?UpSetR::upset
For more information about upset plots, see https://upset.app/