plot_UMAP | R Documentation |
This function plots UMAP data coloured by binary classification results. Returns a graph.
plot_UMAP(
umap.results = NULL,
binary.results = NULL,
column = "Cell.Type",
title = "",
facet = FALSE
)
umap.results |
(Required) UMAP object. Expects results from run_UMAP |
binary.results |
(Required) Results from binary classification in data frame format. Expects results from binary_class |
column |
Choose between plotting Cell.Type or Cell.Subtype (Default: Cell.Type) Cell.Subtype only availble for updated clustering results |
title |
Title of the plot (Default: NULL) |
facet |
Breaks plot into facets (Default: NULL) |
plot_UMAP(umap.results, binary.results)
plot_UMAP(umap.results, updated.cluster.results, column = 'Cell.Subtype', facet = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.