R/reduce_dims_sce.R
reduce_dims_sce.Rd
Calculate dimensionality reductions for a SingleCellExperiment object or merged SingleCellExperiment objects using tSNE, UMAP, UMAP3D
a SingleCellExperiment object or merged sce objects
the input reducedDim
one or more of "tSNE","UMAP","UMAP3D"
Variables to regress out before dimensionality reduction.
the number of pca dimensions used
see uwot::umap for umap options
sce SingleCellExperiment object annotated with reducedDims
Other clustering and dimensionality reduction:
.get_x_most_specific_genes()
,
.map_celltypes()
,
.map_celltypes_with_ewce()
,
cluster_sce()
,
map_custom_celltypes()