-
Notifications
You must be signed in to change notification settings - Fork 7
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
IndexError while running sEVtras calculator #30
Comments
Could you please check the shape of adata_ev and adata_cell that you input for SEVtras.ESAI_calculator by following code? |
Here is the output from
|
At the moment I can't figure out what the bug is. Would it be convenient to share testing adata objects for me? I'll test it in my environment. The address is ruiqiaohe#gmail.com (change # to @). |
Hi, I've been trying to run the second part (SEVtras.ESAI_calculator) of the tool, but I am getting the error below.
I looked into the deconvolver function, and I believe the error is caused by empty tmp_times Series. I think some of the rows (cells) in near_neighbor_dat are not tracing back to a celltype value, which might be causing the error.
Also, I noticed that the X_pca and X_umap values of adata_cell is not being utilized at least up until the deconvolver function, since adata_combined is being reprocessed with scanpy downstream analysis. However, I would like to use the X_pca and X_umap values that I imported from my analysis through Seurat.
Here is my code used for converting my SeuratObject to h5ad. I used the code provided by the SEVtras tutorial (there was a code for exporting the PCA and UMAP values from Seurat, there was no code to input the values into the scanpy h5ad object, so I wrote my own for importing PCA and UMAP values).
In conclusion, these are my final questions:
Thanks for your help in advance!
The text was updated successfully, but these errors were encountered: