R/m3_select_path.R
m3_select_path.Rd
`m3_select_path()` helps select branching paths from a from a 'Cell Dataset' object from Monocle3 TI Analysis. This function also has an in-built shiny app thats enabled interactive selection.
An object from Monocle3.
Latent dimension to use for the plotting. (Default is "umap")
A character string representing the column name for cell level metadata containing cell level annotations. (Default is "cell_type").
A character string representing the column name for inferred Pseudotime values. (Default is "Pseudotime")
A character string representing the column name for branching path assignment. (Default is `path_prefix`)
Enable the selection for shiny-selection wizard. (Default is TRUE)
Plot a bar plot, showing the the principal points against the of `anno_col`. This will show the count of annotations for each of the principal points. (Default is TRUE)
A list containing the character vectors for principal points ("Y_") to be used for the branch selection. See examples.
An object of class ScMaSigPro
,
subsetted based on the specified paths.