-
Notifications
You must be signed in to change notification settings - Fork 463
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
ValueError: Unknown dtype dtype('uint16') cannot be converted to ?gRMatrix. #111
Comments
Hey! R does not have unsigned integers. It seems that you have one in your adata object though. Please check |
Here's the output for these values. Doesn't look like unsigned integer?
|
I re-ran the tutorial from the beginning and getting a different error but at the same step:
scanpy==1.9.1 anndata==0.8.0 umap==0.5.3 numpy==1.23.5 scipy==1.10.0 pandas==1.5.3 scikit-learn==1.2.0 statsmodels==0.13.5 python-igraph==0.10.4 louvain==0.8.0 pynndescent==0.5.8 |
For the first error, you could also check |
I'm encountering error below while saving the AnnData object in the R environment in this step of the tutorial.
The text was updated successfully, but these errors were encountered: