Learn R Programming

cardinalR (version 1.0.6)

mobiusgau_umap2: UMAP embedding for mobiusgau dataset which with noise dimensions UMAP parameters set to n-neigbors: 30 and min-dist: 0.08.

Description

The `mobiusgau_umap2` dataset contains the UMAP (Uniform Manifold Approximation and Projection) embeddings of a five-dimensional mobiusgau. Each data point is represented by two UMAP coordinates (emb1 and emb2).

Usage

data(mobiusgau_umap2)

Arguments

Format

## `mobiusgau_umap2` A data frame with 1000 rows and 4 columns:

emb1

Numeric, first UMAP 2D embeddings.

emb2

Numeric, second UMAP 2D embeddings.

Examples

Run this code
# Load the mobiusgau_umap2 dataset
data(mobiusgau_umap2)

# Display the first few rows of the dataset
head(mobiusgau_umap2)

Run the code above in your browser using DataLab