anndata.experimental.AnnCollection.obsm
- property AnnCollection.obsm
Multi-dimensional annotation of observations.
If
join_obsm
was set to “inner”, subset objects’.obsm
will point to this.obsm
; otherwise, to.obsm
of the underlying objects (adatas
). In the latter case,.obsm
of this object will beNone
.