This function gets the cellNames from a given ArchRProject object.

getCellNames(ArchRProj = NULL)

Arguments

ArchRProj

An ArchRProject object.

Examples


# Get Test ArchR Project
proj <- getTestProject()

# Get Cell Names
getCellNames(proj)