Skip to contents

Example data for dimensionality reduction plots (e.g., UMAP, t-SNE). Contains cell embeddings, velocity, and clustering information.

Usage

dim_example

Format

A data frame with 200 observations and 6 variables:

basis_1

First dimension of cell embeddings (x coordinate)

basis_2

Second dimension of cell embeddings (y coordinate)

stochasticbasis_1

First dimension of velocity (dx)

stochasticbasis_2

Second dimension of velocity (dy)

clusters

Cell cluster assignments (factor with 8 levels)

group

Grouping variable (factor with 2 levels: A, B)

The data frame also has a "graph" attribute containing a 200x200 adjacency matrix.