Learn R Programming

scCustomize (version 3.0.0)

Cells_per_Sample: Cells per Sample

Description

Get data.frame containing the number of cells per sample.

Usage

Cells_per_Sample(seurat_object, sample_col = NULL)

Value

A data.frame

Arguments

seurat_object

Seurat object

sample_col

column name in meta.data that contains sample ID information. Default is NULL and will use "orig.ident column

Examples

Run this code
library(Seurat)
num_cells <- Cells_per_Sample(seurat_object = pbmc_small, sample_col = "orig.ident")

Run the code above in your browser using DataLab