scPieClusterDistribution: scPieClusterDistribution

View source: R/Seurat.Utils.Visualization.R

scPieClusterDistributionR Documentation

scPieClusterDistribution

Description

This function generates a pie chart of cluster distributions for a given clustering identity in a single-cell RNA-seq object.

Usage

scPieClusterDistribution(
  obj = combined.obj,
  ident = GetClusteringRuns(obj)[1],
  ...
)

Arguments

obj

A single-cell RNA-seq object. Default: combined.obj.

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.

Value

A pie chart displaying the cluster distribution.

Examples

## Not run: 
scPieClusterDistribution(obj = combined.obj, ident = "cluster_identity")

## End(Not run)

vertesy/Seurat.utils documentation built on Dec. 4, 2024, 5:20 p.m.