plot.data_list | R Documentation |
This plot, built on ComplexHeatmap::Heatmap()
, visualizes the feature
values in a data list as a continuous heatmap with observations along the
columns and features along the rows.
## S3 method for class 'data_list'
plot(
x,
y = NULL,
cluster_rows = TRUE,
cluster_columns = TRUE,
heatmap_legend_param = NULL,
row_title = "Observation",
column_title = "Feature",
show_row_names = FALSE,
...
)
x |
A |
y |
Optional argument to |
cluster_rows |
Logical indicating whether to cluster the rows (observations). |
cluster_columns |
Logical indicating whether to cluster the columns (features). |
heatmap_legend_param |
A list of parameters for the heatmap legend. |
row_title |
Title for the rows (observations). |
column_title |
Title for the columns (features). |
show_row_names |
Logical indicating whether to show row names. |
... |
Additional arguments passed to |
A heatmap visualization of feature values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.