getCellColData.Rd
This function gets the cellColData from a given ArchRProject.
getCellColData(ArchRProj = NULL, select = NULL, drop = FALSE)
An ArchRProject
object.
A character vector of column names to select from cellColData
if you would like to subset the returned data.
A boolean value that indicates whether to drop the dataframe
structure and convert to a vector if selecting only one column.