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
Hello everyone, I am having issues running sceasy for conversion from sce object to anndata. Following repo instructions, I run:
library(sceasy)
loompy <- reticulate::import('loompy')
and got:
Error in py_module_import(module, convert = convert) :
ImportError: cannot import name 'get_loom_spec_version' from 'loompy.utils'
I am having a similar issue in converting a SPE (10x visium Spatial experiment) to anndata:
I have the anndata library called with library(anndata)
sceasy::convertFormat(C1_sce, from="sce", to="anndata", outFile='/PATH/C1_sce_test.h5ad') Error: ModuleNotFoundError: No module named 'anndata' In addition: Warning message: In .regularise_df(as.data.frame(SummarizedExperiment::colData(obj)), : Dropping single category variables:in_tissue, sample_id
No description provided.
The text was updated successfully, but these errors were encountered: