anndata.AnnData.obsm

Contents

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 length n_obs. Is sliced with data and obs but behaves otherwise like a mapping.