Skip to contents

Visualize UMAP Results

Usage

plotUMAP(data, plot_3d = FALSE, color_by = NULL, marker_size = 1)

Arguments

data

An object of class CygnusObject containing UMAP results.

plot_3d

Logical value indicating whether to plot in 3D. Default is FALSE.

color_by

Character string specifying metadata column to color by. Default is NULL (no coloring).

marker_size

Numeric value specifying the size of the markers in the plot. Default is 1.

Value

A plot of the UMAP results.