adjustUMAP | R Documentation |
Adjust UMAP to deal with distortion
adjustUMAP(
pca_embedding,
umap_embedding,
cluster_label = NULL,
global_umap_embedding = NULL,
adjust_method = "umap",
distance_metric = "euclidean",
scale_factor = 0.9,
rotate = TRUE,
density_adjust = TRUE,
shrink_distance = TRUE,
shrink_factor = 0.2,
seed.use = 42,
min_size = 100,
maxit_push = NULL
)
expr_matrix |
character |
amazing umap
nothing useful
a<-1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.