View source: R/fortify-matrix-matrix.R
| fortify_matrix.matrix_upset | R Documentation |
Converts a matrix suitable for creating an UpSet plot. tune.matrix()
helps convert matrix object to a matrix_upset object.
## S3 method for class 'matrix_upset'
fortify_matrix(data, ..., data_arg = NULL, call = NULL)
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 |
intersection_sizes: An integer vector indicating the size of each
intersection.
set_sizes: An integer vector indicating the size of each set.
tune.matrix()
Other fortify_matrix() methods:
fortify_matrix.GISTIC(),
fortify_matrix.MAF(),
fortify_matrix.default(),
fortify_matrix.list_upset(),
fortify_matrix.matrix(),
fortify_matrix.matrix_oncoplot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.