anndata.AnnData.obsm#
- property AnnData.obsm: AxisArrays | AxisArraysView[source]#
Multi-dimensional annotation of observations (mutable structured
ndarray).Stores for each key a two or higher-dimensional
ndarrayof lengthn_obs. Is sliced withdataandobsbut behaves otherwise like a mapping.