This function gets number of cells from an ArchRProject or ArrowFile

nCells(input = NULL)

Arguments

input

An ArchRProject object or the path to an ArrowFile.

Examples


# Get Test ArchR Project
proj <- getTestProject()

# Get Number of Cells
nCells(proj)