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