Create marker correlation heatmaps clustered by hclust.
markerCorrelation(
seu,
layers = Layers(seu),
method = c("spearman", "pearson", "kendall"),
hclust_method = "complete",
...
)
Arguments
- seu
A Seurat object
- layers
Layers of the default assay.
- method
A character string indicating which correlation coefficient
is to be computed. See cor.
- hclust_method
The agglomeration method to be used.
See hclust.
- ...
Parameter passed to dist
Value
A list of ggplot object