Description Usage Arguments Value Examples
Plot a UMAP data.frame
1 | plot_umap_sigs(result)
|
result |
Result object containing UMAP data.frame |
Returns ggplot2 plot of the created umap
1 2 3 4 | result <- readRDS(system.file("testdata", "res_annot.rds",
package = "BAGEL"))
create_umap(result, "Tumor_Subtypes", n_neighbors = 5)
plot_umap_sigs(result)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.