ncells: number of cells in cnr

View source: R/summary_cnr.R

ncellsR Documentation

number of cells in cnr

Description

number of cells in cnr

Usage

ncells(cnr, detailed = FALSE, detailed.column = NULL, display = FALSE)

Arguments

cnr

a cnr bundle

detailed

logical, detailed summary e.g print total cells, n vdj cells, & cells by cell type

detailed.column

character, name of column to partition cells, default is NULL

display

display cell ID's

Examples

data(cnr)

ncells(cnr)

ncells(cnr, detailed = TRUE)

ncells(cnr, detailed = TRUE,
       detailed.column = "category1")


SingerLab/gac documentation built on March 23, 2024, 5:15 a.m.