plot_loadings

plot_loadings(x, features, reduction = "pca", cluster_columns = FALSE, ...)

# S3 method for Seurat
plot_loadings(x, features, reduction = "pca", cluster_columns = FALSE, ...)

Arguments

x

object to plot.

features

name of features to plot.

reduction

name of reduction to plot.

cluster_columns

whether to cluster heatmap columns.

...

arguments passed down to ComplexHeatmap::Heatmap.