subsetCells: Subset cells in an ArchRProject.
Description
This function returns an ArchRProject object that contains a specified subset of cells.
Usage
subsetCells(ArchRProj = NULL, cellNames = NULL)
Arguments
cellNames
A character vector of cellNames
that will be subsetted of the current ArchRProject
.