choose_cells | R Documentation |
Choose cells interactively to subset a cds
choose_cells(
cds,
reduction_method = c("UMAP", "tSNE", "PCA", "Aligned"),
clear_cds = FALSE,
return_list = FALSE
)
cds |
CDS object to subset |
reduction_method |
The reduction method to plot while choosing cells. |
clear_cds |
Logical, clear CDS slots before returning. After clearing the cds, re-run processing from preprocess_cds(), ... Default is FALSE. |
return_list |
Logical, return a list of cells instead of a subsetted CDS object. |
A subset CDS object. If return_list = FALSE, a list of cell names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.