getSampleNames.Rd
This function gets the names of all samples from a given ArchRProject.
getSampleNames(ArchRProj = NULL)
An ArchRProject object.
ArchRProject
# Get Test ArchR Project proj <- getTestProject() # Get Sample Names getSampleNames(proj)