nCells: Get the number of cells from an ArchRProject/ArrowFile

View source: R/ProjectMethods.R

nCellsR Documentation

Get the number of cells from an ArchRProject/ArrowFile

Description

This function gets number of cells from an ArchRProject or ArrowFile

Usage

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)


GreenleafLab/ArchR documentation built on Feb. 21, 2025, 3:05 p.m.