Learn R Programming

monocle3 (version 0.1.3)

choose_graph_segments: Choose cells interactively along the path of a principal graph

Description

Choose cells interactively along the path of a principal graph

Usage

choose_graph_segments(cds, reduction_method = "UMAP",
  return_list = FALSE)

Arguments

cds

CDS object to be subsetted.

reduction_method

The reduction method to plot while choosing cells. Currently only "UMAP" is supported.

return_list

Logical, return a list of cells instead of a subsetted CDS object.

Value

A subset CDS object. If return_list = FALSE, a list of cell and graph node names.