if (FALSE) {
# return single vector of all cells
all_features <- Cells(x = object, by_dataset = FALSE)
# return list of vectors containing cells from each individual dataset in object
dataset_features <- Cells(x = object, by_dataset = TRUE)
}
Run the code above in your browser using DataLab