-
Notifications
You must be signed in to change notification settings - Fork 57
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
Convert h5ad file to seurat file #78
Comments
I think it's the otherway around you need to downgrande your pandas, try |
Hi I faced the same issue and did pip install -U pandas==1.5.3 . however I got ImportError: cannot import name 'Float64Index' from 'pandas.core.indexes.api' after trying to run the convertFormat code again. May I know how I can fix this please? Thank you. |
I received the same error after switching to pandas 1.5.3. Is there a different pandas version we should use? |
Hello, I'm just commenting for future users. pandas==1.3.5 worked for me. After version 1.4, Float64Index was deprecated. |
Hi, I tried pandas==1.5.3 and pandas==1.3.5, both gave me the same error: |
Hi, Try pandas==1.5.4 anndata==0.9.1 Cheers |
This is my environment anndata==0.6.22.post1 |
Yeah, anndata==0.9.1 is working, we just tested. and 0.6 returns an error. I recommend pip install pandas==1.5.4 anndata==0.9.1 |
When I tried I got After looking online it says I may need to change my version of python, but how do I know which version of python works with this anndata and pandas? Thanks, I will try 1.5.3 in the meantime |
For h5ad to Seurat you should try https://github.com/cellgeni/schard |
Thanks for a quick reply! I actually got the |
Hi, I 'm using sceasy to convert my h5ad file to seurat file, but there are some problem. When I run the code "sceasy::convertFormat("Blood.h5ad", from="anndata", to="seurat",outFile='Blood.rds')", it will be stopped with "Error: ModuleNotFoundError: No module named 'pandas.core.index'". I have already update my panda to the newest but it still doesn't work. How can I fix it?
The text was updated successfully, but these errors were encountered: