
The Representation class
Representation-class.RdA class to store dimension and dimension reduction information. Minimally, contains the cell embeddings, feature loadings, and projected feature loadings
Slots
nameName of the reduction
embeddingsA coordinate representation of the cells. Spatial information, dimensionality reduction, etc.
subgroupsGroupings within the Representation. For example, Tiles for a spatial representation.
modelBase data type of the implemented representation. E.g. the umap model for uwot
feature.loadingsFeature loadings in the representation. Applies only to dimensionality reductions.
projected.feature.loadingsProjected feature loadings.
miscAnything else of relevance to store.