fortify_matrix.matrix_upset {ggalign} | R Documentation |
Build a Matrix for UpSet plot
Description
Converts a matrix suitable for creating an UpSet plot. tune.matrix()
helps convert matrix
object to a matrix_upset
object.
Usage
## S3 method for class 'matrix_upset'
fortify_matrix(data, ..., data_arg = NULL, call = NULL)
Arguments
data |
A matrix where each row represents an element, and each column defines a set. The values in the matrix indicate whether the element is part of the set. Any non-missing value signifies that the element exists in the set. |
... |
Arguments passed on to
|
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.list_upset()
,
fortify_matrix.matrix()
,
fortify_matrix.matrix_oncoplot()
,
fortify_matrix.phylo()