-
Notifications
You must be signed in to change notification settings - Fork 13
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
Dataset10x Failing to Load #51
Comments
Hi @drneavin , I'm not sure what the issue is exactly, and you are right it seems to be a Another option is you can try reading your file using taking a quick look at some files I have. the ones you posted seem normal.
|
Thanks for the recommendation @njbernstein! I just finished checking on scanpy loading and that seems to be failing as well. However, some of my other codes that use just scipy to read the matrix in work fine so I think it probably has to do with some assumptions about the file structures that are built into these functions expected for 10x data. I'll let you know if I find a good solution. |
Solved per your recommendation to create an AnnData object saved as standard h5ad and used that as input for solo. Seems to be working now. Thanks for the help! |
Hello,
I'm not sure the best location to put this issue - it arises when using the solo package but I'm fairly certain that the issue lies with the scvi package. I am getting the following output with the error:
I can replicate this error when in python after importing scvi and trying to load the dataset with Dataset10X but can't identify why I am receiving this error.
The data is a dataset where the barcodes are letters followed by a dash, a number, and sometimes another letter, ie:
and the files are produced with
umitools_to_mtx
from the Rscrunchy
package. I have a feeling the main problem is due somehow related to the fact that these files were not directly produced by the 10x cellranger pipeline. Here's the top of the matrix.mtx file:I'll do some more digging but would love if you have some recommendations or input.
Thanks!
The text was updated successfully, but these errors were encountered: