View source: R/Seurat.Utils.Visualization.R
scBarplot.CellsPerObject | R Documentation |
Visualizes the number of cells in each Seurat object within a list, showing the distribution of cell counts across different datasets or experimental conditions.
scBarplot.CellsPerObject(
ls.obj = ls.Seurat,
plotname = "Nr.Cells.After.Filtering",
xlab.angle = 45,
names = FALSE,
...
)
ls.obj |
List of Seurat objects to analyze. Default: |
plotname |
Title for the plot. Default: 'Nr.Cells.After.Filtering'. |
xlab.angle |
Angle for x-axis labels, enhancing readability. Default: 45. |
names |
Optionally provide custom names for x-axis labels. If FALSE, uses object names
from |
... |
Extra parameters passed to |
## Not run:
ls.obj <- list(obj, obj)
scBarplot.CellsPerObject(ls.obj)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.