getCellNames.Rd
This function gets the cellNames from a given ArchRProject object.
getCellNames(ArchRProj = NULL)
An ArchRProject object.
ArchRProject
# Get Test ArchR Project proj <- getTestProject() # Get Cell Names getCellNames(proj)