Description Usage Arguments Value Author(s) See Also
This function plots the UMAP coordinates using a scatter plot.
1 2 3 4 5 6 7 | scandal_umap_plot(
object,
umap_labels = NULL,
legend_name = NULL,
title = DEFAULT_TITLE(object, "UMAP plot"),
title_text_size = 20
)
|
object |
a ScandalDataSet object. |
umap_labels |
an optional vector of character labels for each (x, y) point. Used for color coding each point. Default is NULL. |
legend_name |
the name of the leged. Default is NULL (no label). |
title |
an optional string for the title of the plot. Default is NULL (no title). |
title_text_size |
text size of the title. Default is 20. |
A ggplot2 object representing the UMAP plot.
Avishay Spitzer
umap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.