| plotColTile {miaViz} | R Documentation |
Relative relations of two grouping can be visualized by plotting tiles with
relative sizes. plotColTile and plotRowTile can be used for
this.
plotColTile(object, x, y, ...) plotRowTile(object, x, y, ...) ## S4 method for signature 'SummarizedExperiment' plotColTile(object, x, y, ...) ## S4 method for signature 'SummarizedExperiment' plotRowTile(object, x, y, ...)
object |
a
|
x |
String specifying the column-level metadata field to show on the x-axis.
Alternatively, an AsIs vector or data.frame, see
|
y |
String specifying the column-level metadata to show on the y-axis.
Alternatively, an AsIs vector or data.frame, see
|
... |
additional arguments for plotting. See
|
A ggplot2 object or plotly object, if more than one
prevalences was defined.
data(GlobalPatterns) se <- GlobalPatterns plotColTile(se,"SampleType","Primer")