anndata.AnnData.varm#
- property AnnData.varm: AxisArrays | AxisArraysView[source]#
Multi-dimensional annotation of variables/features (mutable structured
ndarray
).Stores for each key a two or higher-dimensional
ndarray
of lengthn_vars
. Is sliced withdata
andvar
but behaves otherwise like a mapping.