View source: R/reduce_dims_sce.R
reduce_dims_sce | R Documentation |
Calculate dimensionality reductions for a SingleCellExperiment object or merged SingleCellExperiment objects using tSNE, UMAP, UMAP3D
reduce_dims_sce(
sce,
input_reduced_dim = c("PCA", "Liger"),
reduction_methods = c("tSNE", "UMAP", "UMAP3D"),
vars_to_regress_out = NULL,
pca_dims = 20,
...
)
sce |
a SingleCellExperiment object or merged sce objects |
input_reduced_dim |
the input reducedDim |
reduction_methods |
one or more of "tSNE","UMAP","UMAP3D" |
vars_to_regress_out |
Variables to regress out before dimensionality reduction. |
pca_dims |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.