Build a matrix from a maftools object
# S3 method for GISTIC
fortify_matrix(
data,
...,
n_top = NULL,
bands = NULL,
ignored_bands = NULL,
sample_anno = NULL,
remove_empty_samples = TRUE,
data_arg = caller_arg(data),
call = NULL
)
A GISTIC
object.
These dots are for future extensions and must be empty.
A single number indicates how many top bands to be drawn.
An atomic character defines the bands to draw.
An atomic character defines the bands to be ignored.
A data frame of sample clinical features to be added.
A single boolean value indicating whether to drop samples without any genomic alterations.
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, e.g., caller_env()
.
Developers can use it to improve messages. Not used by the user.
sample_anno
: sample clinical informations provided in sample_anno
.
sample_summary
: sample copy number summary informations. See
data@cnv.summary
for details.
cytoband_summary
: cytoband summary informations. See
data@cytoband.summary
for details.
gene_summary
: gene summary informations. See
data@gene.summary
for details.
summary
: A data frame of summary information. See data@summary
for
details.
Other fortify_matrix methods:
fortify_matrix.MAF()
,
fortify_matrix.default()
,
fortify_matrix.list_upset()
,
fortify_matrix.matrix()
,
fortify_matrix.matrix_upset()
,
fortify_matrix.phylo()