Learn R Programming

cardinalR (version 1.0.6)

mobiusgau_umap1: UMAP embedding for mobiusgau dataset which with noise dimensions UMAP parameters set to n-neigbors: 15 and min-dist: 0.1.

Description

The `mobiusgau_umap1` 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_umap1)

Arguments

Format

## `mobiusgau_umap1` 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_umap1 dataset
data(mobiusgau_umap1)

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

Run the code above in your browser using DataLab