View source: R/gruffi.optional.R
UMAP3Dcubes | R Documentation |
UMAP with 3D cubes.
UMAP3Dcubes(
obj = combined.obj,
n_bin = 10,
plot = FALSE,
save.plot = FALSE,
reduction = c("umap", "pca", "tsne")[1],
ident = Seurat.utils::GetClusteringRuns(obj)[1],
PCA_dim = 50
)
obj |
Seurat single cell object, Default: combined.obj |
n_bin |
Number of bins, Default: 10 |
plot |
Plot results? Default: FALSE |
save.plot |
Save plot into a file. Default: FALSE |
reduction |
Which dim. reduction to use? Default: c("umap", "pca", "tsne")1 |
ident |
Identity (metadata), Default: Seurat.utils::GetClusteringRuns(obj)1 |
PCA_dim |
PCA dimensions, Default: 50 |
RunUMAP
, RunTSNE
, reexports
binning
modal
reexports
open3d
, shade3d
, matrices
, cube3d
, rglwidget
saveWidget
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.