nCells.Rd
This function gets number of cells from an ArchRProject or ArrowFile
nCells(input = NULL)
An ArchRProject object or the path to an ArrowFile.
ArchRProject
# Get Test ArchR Project proj <- getTestProject() # Get Number of Cells nCells(proj)