anndata.AnnData.varp (original) (raw)

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 ndarraywhose first two dimensions are of length n_var. Is sliced with data and var but behaves otherwise like a mapping.