Skip to contents

A class to store dimension and dimension reduction information. Minimally, contains the cell embeddings, feature loadings, and projected feature loadings

Slots

name

Name of the reduction

embeddings

A coordinate representation of the cells. Spatial information, dimensionality reduction, etc.

subgroups

Groupings within the Representation. For example, Tiles for a spatial representation.

model

Base data type of the implemented representation. E.g. the umap model for uwot

feature.loadings

Feature loadings in the representation. Applies only to dimensionality reductions.

projected.feature.loadings

Projected feature loadings.

misc

Anything else of relevance to store.

Scroll to top