Cells_per_Sample | R Documentation |
Get data.frame containing the number of cells per sample.
Cells_per_Sample(seurat_object, sample_col = NULL)
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 |
A data.frame
library(Seurat)
num_cells <- Cells_per_Sample(seurat_object = pbmc_small, sample_col = "orig.ident")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.