adjustUMAP_via_umap | R Documentation |
Combined PC embedding with scale factor for subPC
adjustUMAP_via_umap(
pca_embedding,
umap_embedding,
cluster_label,
global_umap_embedding = NULL,
distance_metric = "euclidean",
scale_factor = 0.9,
rotate = TRUE,
density_adjust = TRUE,
seed.use = 42,
min_size = 100,
maxit_push = NULL
)
a<-1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.