getSampleColData.Rd
This function gets the sampleColData from a given ArchRProject.
getSampleColData(ArchRProj = NULL, select = NULL, drop = FALSE)
An ArchRProject object.
ArchRProject
A character vector containing the column names to select from sampleColData.
sampleColData
A boolean value that indicates whether to drop the dataframe structure and convert to a vector if selecting only one column.
dataframe
# Get Test ArchR Project proj <- getTestProject() # Get Sample Column Data getSampleColData(proj)