Scaled UMAP embedding for S-curve dataset which with noise dimensions
Source:R/data.R
s_curve_noise_umap_scaled.Rd
The `s_curve_noise_umap_scaled` dataset contains the scaled UMAP (Uniform Manifold Approximation and Projection) embeddings.
Usage
data(s_curve_noise_umap_scaled)
Format
## `s_curve_noise_umap_scaled` A data frame with 25 rows and 3 columns:
- UMAP1
Numeric, Scaled first UMAP 2D embeddings.
- UMAP2
Numeric, Scaled second UMAP 2D embedding.
- ID
Numeric, identifier for each data point.
Examples
# Load the s_curve_noise_umap_scaled dataset
data(s_curve_noise_umap_scaled)
# Display the first few rows of the dataset
head(s_curve_noise_umap_scaled)
#> # A tibble: 6 × 3
#> UMAP1 UMAP2 ID
#> <dbl> <dbl> <int>
#> 1 0.0804 0.320 1
#> 2 0.739 1.00 2
#> 3 0.840 1.08 3
#> 4 0.167 0.0432 4
#> 5 0.263 0.398 6
#> 6 0.838 2.01 7