anndata.experimental.AnnCollection.obsm (original) (raw)
Contents
anndata.experimental.AnnCollection.obsm#
property AnnCollection.obsm[source]#
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 be None
.
Contents