This function gets the names of all samples from a given ArchRProject.

getSampleNames(ArchRProj = NULL)

Arguments

ArchRProj

An ArchRProject object.

Examples


# Get Test ArchR Project
proj <- getTestProject()

# Get Sample Names
getSampleNames(proj)