anndata.AnnData.obsm

property AnnData.obsm: Union[anndata._core.aligned_mapping.AxisArrays, anndata._core.aligned_mapping.AxisArraysView]

Multi-dimensional annotation of observations (mutable structured ndarray).

Stores for each key a two or higher-dimensional ndarray of length n_obs. Is sliced with data and obs but behaves otherwise like a mapping.

Return type

AxisArrays | AxisArraysViewUnion[AxisArrays, AxisArraysView]