-
Notifications
You must be signed in to change notification settings - Fork 602
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
AttributeError: Can only use .str accessor with string values! #3261
Comments
Hi, please create a minimal reproducible example, including a complete stack trace of the error. Mentioning which data set you used and the error message alone does not help us to figure out what happened, as we lack the context of both the steps you took that lead up to the error and where exactly in the code the error happened. |
I think the reason is Baron_human and Segerstolpe got different dimensions, which I printed out in the error. If so, how to fix it, many thanks.
error
|
Also |
Please make sure these conditions are met
What happened?
Dear scanpy teams, research fellows,
I downloaded some scRNA-seq data from https://zenodo.org/records/3357167,
and when I was tring to use
anndata.AnnData.concatenate
to combine two read count data(I checked their dimensions and the result wereBaron_human: [2133,22758]
andSegerstolpe: [8569,17500]
which means they certainly have different annotated genes), I got below error.Could u help. many thanks!!
Minimal code sample
Error output
Versions
The text was updated successfully, but these errors were encountered: