mudata.acc.ModGraphAcc#
- class mudata.acc.ModGraphAcc(dim, k, *, ref_class, mod)#
Bases:
GraphAccReference accessor for arrays from graph containers (
obsp/varp).Attributes
- mod#
Modality this accessor refers to.
- dim#
Axis this accessor refers to, e.g.
A.varp[k].dim == "var".
- k#
Key this accessor refers to, e.g.
A.obsp['x'].k == 'x'.
- ref_class#