Choose cells interactively to subset a cds
choose_cells(
cds,
reduction_method = c("UMAP", "tSNE", "PCA", "Aligned"),
clear_cds = FALSE,
return_list = FALSE
)
CDS object to subset
The reduction method to plot while choosing cells.
Logical, clear CDS slots before returning. After clearing the cds, re-run processing from preprocess_cds(), ... Default is FALSE.
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.