getSampleColData.Rd
This function gets the sampleColData from a given ArchRProject.
getSampleColData(ArchRProj = NULL, select = NULL, drop = FALSE)
An ArchRProject
object.
A character vector containing the column names to select from sampleColData
.
A boolean value that indicates whether to drop the dataframe
structure and convert to a vector if selecting only one column.