View source: R/Seurat.Utils.Visualization.R
scPieClusterDistribution | R Documentation |
This function generates a pie chart of cluster distributions for a given clustering identity in a single-cell RNA-seq object.
scPieClusterDistribution(
obj = combined.obj,
ident = GetClusteringRuns(obj)[1],
...
)
obj |
A single-cell RNA-seq object. Default: |
ident |
A character string specifying the clustering identity to be used. Default: the first clustering run in the object. |
... |
Additional arguments passed to other methods. |
A pie chart displaying the cluster distribution.
## Not run:
scPieClusterDistribution(obj = combined.obj, ident = "cluster_identity")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.