anndata.AnnData.varp
- property AnnData.varp: Union[anndata._core.aligned_mapping.PairwiseArrays, anndata._core.aligned_mapping.PairwiseArraysView]
Pairwise annotation of observations, a mutable mapping with array-like values.
Stores for each key a two or higher-dimensional
ndarraywhose first two dimensions are of lengthn_var. Is sliced withdataandvarbut behaves otherwise like a mapping.- Return type
PairwiseArrays|PairwiseArraysViewUnion[PairwiseArrays,PairwiseArraysView]