Closed ecwheele closed 1 month ago
Hi @ecwheele
Thanks for giving {zellkonverter} a go. This kind of error can have various causes but it could be something to do with the format of your data. Could you please provide the output of sessionInfo()
so I can see what package versions you are using? It would also be helpful to have a small test file that reproduces the error (a few cells/genes would be enough).
@ecwheele I am closing issue. Please reopen if you would like to follow up.
Can I get some help with an error I'm getting in R? I'm primarily a python user. I save H5AD files and reading them into R with zellkonverter::readH5AD . For most of my datasets it works just fine, but I'm getting this error on a few of them that I cannot seem to fix. Here is the output:
I tried deleting the .X slot in python before saving the file and that didn't fix it. I also tried explicitly converting it to numpy64 data type with:
and that also didn't fix the error.