anndata.AnnData.obsp#
- property AnnData.obsp: PairwiseArrays | PairwiseArraysView[source]#
Pairwise annotation of observations, a mutable mapping with array-like values.
Stores for each key a two or higher-dimensional
ndarray
whose first two dimensions are of lengthn_obs
. Is sliced withdata
andobs
but behaves otherwise like a mapping.