run_UMAP | R Documentation |
This function calculates UMAP coordinates on data. Random seed is set to 1. Returns full UMAP object.
run_UMAP(data = NULL, scale = TRUE)
data |
(Required) Data in data frame format. Expects results from load_data |
scale |
Default: TRUE. Option to standardise data prior to UMAP calculations |
umap.results <- run_UMAP(data)
UMAP coordinates can be extracted under layout:
umap.coordinates <- umap.results$layout
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.