Last chance! 50% off unlimited learning
Sale ends in
powered by
Get cell names grouped by identity class
CellsByIdentities(object, idents = NULL, cells = NULL, return.null = FALSE)
A Seurat object
A vector of identity class levels to limit resulting list to; defaults to all identity class levels
A vector of cells to grouping to
If no cells are request, return a NULL; by default, throws an error
NULL
A named list where names are identity classes and values are vectors of cells belonging to that class
# NOT RUN { CellsByIdentities(object = pbmc_small) # }
Run the code above in your browser using DataLab