Description Usage Arguments Details Value Examples
View source: R/auxiliary_visuals.R
Creates heatmap based on identified clusters
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
gobject |
giotto object |
expression_values |
expression values to use |
genes |
vector of genes to use, default to 'all' |
cluster_column |
name of column to use for clusters |
cor |
correlation score to calculate distance |
distance |
distance method to use for hierarchical clustering |
show_plot |
show plot |
return_plot |
return ggplot object |
save_plot |
directly save the plot [boolean] |
save_param |
list of saving parameters, see |
default_save_name |
default save name for saving, don't change, change save_name in save_param |
... |
additional parameters for the Heatmap function from ComplexHeatmap |
Correlation heatmap of selected clusters.
ggplot
1 | showClusterHeatmap(gobject)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.