You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if a SOMA Experiment has arrays in obsmvarmobsp and varp they are not read by ExperimentAxisQuery._read() and thus not exported by ExperimentAxisQuery.to_anndata().
These arrays should be able to be exported to an AnnData via ExperimentAxisQuery.to_anndata().
This ticket doesn't cover the inclusion of the methods .obsm()obsp()varm and varp()
The text was updated successfully, but these errors were encountered:
Currently if a SOMA
Experiment
has arrays inobsm
varm
obsp
andvarp
they are not read byExperimentAxisQuery._read()
and thus not exported byExperimentAxisQuery.to_anndata()
.These arrays should be able to be exported to an AnnData via
ExperimentAxisQuery.to_anndata()
.This ticket doesn't cover the inclusion of the methods
.obsm()
obsp()
varm
andvarp()
The text was updated successfully, but these errors were encountered: