PlotClustSizeDistr: PlotClustSizeDistr

View source: R/gruffi.R

PlotClustSizeDistrR Documentation

PlotClustSizeDistr

Description

Plot cluster size distribution.

Usage

PlotClustSizeDistr(
  obj = combined.obj,
  category = GetGruffiClusteringName(obj),
  plot = TRUE,
  thr.hist = 30,
  ...
)

Arguments

obj

Seurat single cell object, Default: combined.obj

category

Clustering or any categorical metadata column name. Default: GetGruffiClusteringName(obj)

plot

Plot results? Default: TRUE

thr.hist

Plot histogram or a barplot? If less than X categories, it draws a barplot. If more, a histogram, Default: 30

...

Pass any other parameter to the internally called functions (most of them should work).

See Also

qbarplot, qhistogram


jn-goe/gruffi documentation built on Nov. 7, 2024, 10:38 p.m.