CellsByIdentities | R Documentation |
Get cell names grouped by identity class
CellsByIdentities(object, idents = NULL, cells = NULL, return.null = FALSE)
object |
A Seurat object |
idents |
A vector of identity class levels to limit resulting list to; defaults to all identity class levels |
cells |
A vector of cells to grouping to |
return.null |
If no cells are requested, return a |
A named list where names are identity classes and values are vectors of cells belonging to that class
CellsByIdentities(object = pbmc_small)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.