fortify_matrix.list_upset {ggalign} | R Documentation |
Build a Matrix for UpSet plot
Description
This function converts a list into a matrix format suitable for creating an
UpSet plot. It always returns a matrix for a horizontal
UpSet plot.
Usage
## S3 method for class 'list_upset'
fortify_matrix(data, mode = "distinct", ..., data_arg = NULL, call = NULL)
Arguments
data |
A list of sets. |
mode |
A string of |
... |
These dots are for future extensions and must be empty. |
data_arg |
The argument name for |
call |
The execution environment where |
ggalign attributes
-
intersection_sizes
: An integer vector indicating the size of each intersection. -
set_sizes
: An integer vector indicating the size of each set.
See Also
Other fortify_matrix()
methods:
fortify_matrix.GISTIC()
,
fortify_matrix.MAF()
,
fortify_matrix.default()
,
fortify_matrix.matrix()
,
fortify_matrix.matrix_oncoplot()
,
fortify_matrix.matrix_upset()
,
fortify_matrix.phylo()