Choose cells interactively along the path of a principal graph
choose_graph_segments(cds, reduction_method = "UMAP",
return_list = FALSE)
CDS object to be subsetted.
The reduction method to plot while choosing cells. Currently only "UMAP" is supported.
Logical, return a list of cells instead of a subsetted CDS object.
A subset CDS object. If return_list = FALSE, a list of cell and graph node names.