showClusterHeatmap
¶
showClusterHeatmap
Description¶
Creates heatmap based on identified clusters
Usage¶
showClusterHeatmap(
gobject,
spat_unit = NULL,
feat_type = NULL,
expression_values = c("normalized", "scaled", "custom"),
feats = "all",
genes = NULL,
cluster_column,
cor = c("pearson", "spearman"),
distance = "ward.D",
show_plot = NA,
return_plot = NA,
save_plot = NA,
save_param = list(),
default_save_name = "showClusterHeatmap",
...
)
Arguments¶
Argument |
Description |
---|---|
|
giotto object |
|
spatial unit |
|
feature type |
|
expression values to use |
|
vector of features to use, default to ‘all’ |
|
deprecated. Replaced by |
|
name of column to use for clusters |
|
correlation score to calculate distance |
|
distance method to use for hierarchical clustering |
|
show plot |
|
return ggplot object |
|
directly save the plot [boolean] |
|
list of saving parameters, see ``showSaveParameters` <#showsaveparameters>`_ |
|
default save name for saving, don’t change, change save_name in save_param |
|
additional parameters for the Heatmap function from ComplexHeatmap |
Details¶
Correlation heatmap of selected clusters.
Value¶
ggplot