This function gets the cellColData from a given ArchRProject.

getCellColData(ArchRProj = NULL, select = NULL, drop = FALSE)

Arguments

ArchRProj

An ArchRProject object.

select

A character vector of column names to select from cellColData if you would like to subset the returned data.

drop

A boolean value that indicates whether to drop the dataframe structure and convert to a vector if selecting only one column.