Creates an UpSet plot showing intersections of orthogroups across assemblies. Useful for visualizing core, accessory, and unique orthogroups.
Arguments
- pa
A
pa_matrixobject.- min_size
Integer. Minimum intersection size to show (default: 1).
- max_sets
Integer. Maximum number of sets to display. If NULL (default), all assemblies are shown.
- order_by
Character. How to order intersections: "freq" (by size, default) or "degree" (by number of sets in intersection).
- ...
Additional arguments passed to UpSetR::upset().