quickUmap | R Documentation |
run umap on PCA or other dm space
quickUmap( obj, space = "PCA", dims = NULL, n.neighbors = 30L, n.components = 2L, metric = "cosine", n.epochs = NULL, learning.rate = 1, min.dist = 0.3, spread = 1, set.op.mix.ratio = 1, local.connectivity = 1L, repulsion.strength = 1, negative.sample.rate = 5, a = NULL, b = NULL, uwot.sgd = FALSE, seed.use = 22, metric.kwds = NULL, angular.rp.forest = FALSE, verbose = TRUE )
obj |
pagoda object |
dims |
number of significant PCs for reduction (e.g. 1:20) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.