-
Notifications
You must be signed in to change notification settings - Fork 3
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
error reading arrow file #3
Comments
@pchiang5 thanks for your message - it's hard for me to say without more information. Can you provide some details about the # of cells / features expected based on the adata = ArchR_h5ad.read_arrow('S5.arrow', use_matrix="GeneScoreMatrix") |
Hi @mvinyard Using GeneScoreMatrix also encountered a similar error (please see below). Because the arrow file was created with custom genome/annotation files of both human (chr) and mouse (mchr) sources. I wonder if the unconventional mchr was the culprit of these errors because the chromosome to read shall be > 23 and the actual tile/genescore var_names in the AnnData files were around half of those in the arrow file.
|
@pchiang5 Thanks for this additional info. I think you are right; the unconventional concatenated human/mouse organization is most likely causing the issue. I see two options:
|
Thank you for your willingness to help. I sent you the dataset in the previous reply. Please let me know if you miss the link. |
Hello,
An error was encountered when I read the arrow file with the following input:
adata = ArchR_h5ad.read_arrow('S5.arrow', use_matrix="TileMatrix")
Was it due to a lot of variables with 0 counts in the TileMatrix? Thank you.
The text was updated successfully, but these errors were encountered: