Learn R Programming

CIARA (version 0.1.0)

plot_umap: plot_umap

Description

plot_umap

Usage

plot_umap(coordinate_umap, cluster)

Arguments

coordinate_umap

Data frame with dimensionality reduction coordinates. Number of rows must be equal to the number of cells

cluster

Vector of length equal to the number of cells, with cluster assignment.

Value

ggplot2 object.

See Also

https://CRAN.R-project.org/package=ggplot2