Build a matrix
# S3 method for matrix
fortify_matrix(data, ..., data_arg = NULL, call = NULL)
A matrix object.
These dots are for future extensions and must be empty.
The argument name for data
. Developers can use it to
improve messages. Not used by the user.
The execution environment where data
and other arguments for
the method are collected. Developers can use it to improve messages. Not
used by the user.
upset
: fortify_matrix.matrix_upset()
oncoplot
: fortify_matrix.matrix_oncoplot()
Other fortify_matrix()
methods:
fortify_matrix.GISTIC()
,
fortify_matrix.MAF()
,
fortify_matrix.default()
,
fortify_matrix.list_upset()
,
fortify_matrix.matrix_oncoplot()
,
fortify_matrix.matrix_upset()
,
fortify_matrix.phylo()