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
ndarray
of lengthn_obs
. Is sliced withdata
andobs
but behaves otherwise like a mapping.