-
Notifications
You must be signed in to change notification settings - Fork 469
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: cannot reindex from a duplicate axis #82
Comments
Hey! Are you getting this error with the tutorial data or your own data? It looks like you might have a barcode that is both in |
Mr Malte, I used the sample dataset GEO set GSE92332_RAW, but soon after second GEO data read, when it tried to combine with the first GEO data, it told me cannot reindex from a duplicate axis |
Any updates? Did you managed this problem? (Same here, with tutorial dataset) |
after line: |
Thanks for the solution. I believe it's reported in another issue as well. It is fixed in the latest version which is only available in PR #58 though. |
Hi, I performed the code from your latest notebook (1906) but I still encountered the same problem. I found the problem is due to non-unique index of BTW, cound you please tell me why the same gene_symbol shared different gene_id in that dataset? Thanks! |
Hi @Lavieenrose123, This is exactly the fixthat is in PR #58 as mentioned.
I think this occurs as when you map reads to the transcriptome during alignment, you might be aligning to two different transcripts that map to the same gene (e.g., isoforms). |
Hi,when I execute this code :
adata = adata.concatenate(adata_tmp, batch_key='sample_id')
I got below error,
ValueError: cannot reindex from a duplicate axis
could u help, many thanks
The text was updated successfully, but these errors were encountered: