-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've tested the patch but I still see the same error. Strangely, the error disappears upon forcing my ADT matrix to a sparse matrix using Seurat::as.sparse
. Now I can load my mudata
file.
#10
Comments
Thanks @bio-la, we'll see if we can easily account for more common sparse matrix types here so I'll keep this open then for now. Thanks for the example! |
sorry, just updated the comment without reading your answer first! it's failing on the dataset you use to illustrate the functionality of the package. thanks for looking into this! |
I just quickly checked this as I was curious, just to keep you in the loop, @bio-la:
Thanks again for the reports! |
thanks for the update @gtca !
you mean mudata (python) or MuDataSeurat ? sorry to come across a bit pushy, i am trying to finish something for a paper and I want to figure the right workarounds to make mudata->seurat-> mudata work for the time being (ofc will fix at a later point to get the update that accounts for the newest anndata version) |
Hey @bio-la, that's understandable that you'd want that working! Do you think you can check if the latest |
Originally posted by @mdmanurung in #2 (comment)
I have the same issue on the bonemarrow data used to illustrate the package functionality
also reading the same object in python fails (with or without using seurat::as.sparse on the ADT)
The text was updated successfully, but these errors were encountered: