
Run UMAP on CHOIR dimensionality reductions
runCHOIRumap.RdSimplifies running Seurat::RunUMAP() after CHOIR clustering by
automatically fetching the pre-generated dimensionality reductions.
Arguments
- object
An object of class
Seurat,SingleCellExperiment, orArchRProjectthat has undergone CHOIR clustering. For multi-omic data, we recommend usingArchRProjectobjects.- key
The name under which CHOIR-related data for this run is stored in the object. Defaults to “CHOIR”.
- reduction
A character vector indicating which CHOIR subtree dimensionality reduction to run UMAP on (e.g., 'P0_reduction', 'P1_reduction'). Default =
NULLwill run UMAP on all of the dimensionality reductions generated by CHOIR stored under the providedkey.- verbose
A Boolean value indicating whether to use verbose output during the execution of CHOIR. Defaults to
TRUE, but can be set toFALSEfor a cleaner output.