plot_umap_sigs: Plot a UMAP data.frame

Description Usage Arguments Value Examples

View source: R/plotting.R

Description

Plot a UMAP data.frame

Usage

1

Arguments

result

Result object containing UMAP data.frame

Value

Returns ggplot2 plot of the created umap

Examples

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)

campbio/BAGEL documentation built on Oct. 6, 2020, 3:59 a.m.