View source: R/dimension_reduction.R
Creates an object that stores a dimension reduction output
1 2 3 4 5 6 7 | select_dimReduction(
gobject,
reduction = c("cells", "genes"),
reduction_method = c("pca", "umap", "tsne"),
name = "pca",
return_dimObj = FALSE
)
|
dim reduction coordinates (default) or dim reduction object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.