| plot_clusters | R Documentation |
Produces a plot of the clustering, based on the dimensionality reduction method chosen. The plot is a Seurat DimPlot.
plot_clusters(
data,
method = "kmeans",
reductionType = "pca",
transformationType = "log"
)
data |
An individual data object that you want to visualize |
method |
The cluster method to use, defaults to Kmeans |
reductionType |
The dimensionality reduction method chosen, defaults to PCA |
transformationType |
The transformation type you would like to see appear in the title |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.