View source: R/LIGER_Utilities.R
Cells_by_Identities_LIGER | R Documentation |
Extract all cell barcodes by identity from LIGER object
Cells_by_Identities_LIGER(liger_object, group.by = NULL, by_dataset = FALSE)
liger_object |
LIGER object name. |
group.by |
name of meta data column to use, default is current default clustering. |
by_dataset |
logical, whether to return list with entries for cell barcodes for each
identity in |
list or list of lists depending on by_dataset
parameter
## Not run:
# return single vector of all cells
cells_by_idents <- Cells_by_Identities_LIGER(liger_object = object, by_dataset = FALSE)
# return list of vectors containing cells from each individual dataset in object
cells_by_idents_by_dataset <- Cells_by_Identities_LIGER(liger_object = object, by_dataset = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.