View source: R/characterization.R
heatmap_annotated | R Documentation |
Generate a heatmap with annotations.
heatmap_annotated(
dat,
variable_list = list(),
feature_names = NULL,
center = TRUE,
scale = FALSE,
show_column_names = FALSE,
show_row_names = TRUE,
show_column_dend = FALSE,
show_row_dend = FALSE,
row_names_side = "left",
legend_names = NULL,
color_breaks = NULL,
heatmap_color_function = circlize::colorRamp2(color_breaks, c("blue", "white", "red")),
...
)
dat |
feature matrix or list of matrices, samples on columns |
variable_list |
list of column annotation variables |
feature_names |
optional character vector matching to a subset of |
center |
whether to apply row-wise center, passed to scale |
scale |
whether to apply row-wise scaling, passed to scale |
show_column_names |
whether to include colnames (sample names) |
show_row_names |
whether to include rownames (gene names) |
show_column_dend |
whether to include column dendrogram |
show_row_dend |
whether to include row dendrogram |
row_names_side |
where row names should be located |
legend_names |
names to use for |
color_breaks |
manual color breaks in form |
heatmap_color_function |
passed to |
... |
other arguments passed to |
'HeatmapList-class'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.