-
Notifications
You must be signed in to change notification settings - Fork 15
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 in preprocessing #25
Comments
There've been a couple of reports of this problem but I haven't been able to reproduce it with the publicly available 10x datasets. A couple of questions: is this human data? Is there any possibility of NAs, Infs or NaNs in your expression matrix? |
This is mouse data,i will check if and how the NAs were introduced in this dataset |
Ok, let me know if possible. Also happy to debug myself if you can share the data |
Hi Hannah, This is happenning when we have data from larger number of cells(In my case 14000 failed against 10000 which was succesfull) https://bitbucket.org/hrue/r-inla/issues/1/logical-indexing-for-large-matrices-fails Thank you |
traceback() normalize_expr_data for binomialff family FM <- exprs(input_cds) Is causing issues with larger matrices. |
Thanks for the traceback and info. I just pushed a fix to monocle3, so if you rerun the installation described here: http://cole-trapnell-lab.github.io/monocle-release/monocle3/ It should work now! |
hi @hpliner ,
What is the current recommendation for running Cicero on large datasets?Which monocle version? Thank you |
Hi Thanks for creating this amazing tool. Unfortunately i'm also having the same issue.
In my case I have ~12,000 cells |
Cicero should now be up to date with the new Monocle3 beta (https://cole-trapnell-lab.github.io/monocle3/) on it's monocle3 branch. Can you check out the latest instructions here https://cole-trapnell-lab.github.io/cicero-release/docs_m3/ and let me know if that solves your issue? |
Hi Hannah,
I have succesfully the cicero pipeline on 10x generated data but for only one of the samples i have the following error:
Error in if (any(i < 0L)) { : missing value where TRUE/FALSE needed Calls: [<- -> [<- -> [<- -> [<- -> int2i In addition: Warning message: In int2i(as.integer(i), n) : NAs introduced by coercion to integer range
Does this error point to anything with how the data is for this sample?I tried to check from where this error is raised and i could see that this part of the preprocess/reduceDimension functions,but i cannot figure out why
Can you help in troubleshooting this?
Thank you
Sasi
The text was updated successfully, but these errors were encountered: