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
Describe the bug
I am trying to run vitessceR using Seurat v5 objects as input. I get the following error:
Warning: Overwriting previous file data/seuratdata/A/0/seurat.zarr.h5Seurat
Creating h5Seurat file for version 3.1.5.9900
Adding counts for RNA
Adding data for RNA
Adding scale.data for RNA
Adding variable features for RNA
Error in if (ncol(x = x[[]])) { : argument is of length zero
To Reproduce
Analyze a seurat object using the seurat v5 installation and try to run the example Seuratwrapper code on that object.
Ideally this can be accomplished with the AnnDataR package once there is support for Seurat v5 and Zarr.
I also realize some of the documentation is out of date - We now have an AnnDataWrapper class that can be used once the data is in the AnnData format, which serves as a unified way to configure Vitessce from different types of R single cell data structures, for example here
Describe the bug
I am trying to run vitessceR using Seurat v5 objects as input. I get the following error:
To Reproduce
Analyze a seurat object using the seurat v5 installation and try to run the example Seuratwrapper code on that object.
Expected behavior
The expected behaviour is to get the vitessceR dashboard for the seurat object processed as in :
https://vitessce.github.io/vitessceR/articles/seuratdata.html
Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
I would be happy to help update the wrapper, if you can point me towards the files that need be to adjusted for the v5 format!
Thanks for looking into this and keep up the great work with this package, I really enjoy the vitessce dashboards!
The text was updated successfully, but these errors were encountered: