Run UMAP on CHOIR dimensionality reductions
runCHOIRumap.Rd
Simplifies running Seurat::RunUMAP()
after CHOIR clustering by
automatically fetching the pre-generated dimensionality reductions.
Arguments
- object
An object of class
Seurat
,SingleCellExperiment
, orArchRProject
that has undergone CHOIR clustering. For multi-omic data, we recommend usingArchRProject
objects.- 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 =
NULL
will 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 toFALSE
for a cleaner output.