-
Notifications
You must be signed in to change notification settings - Fork 32
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
Does Darts works to the outlier(unpaired) analysis? #22
Comments
Hi @sitongc It looks like your run failed because Darts can't estimate a valid group variance when one of your groups has only 1 sample. You may want to try adding the "--replicate-model pooled" to merge the replicates with 3 samples, and run a pooled model. |
Hi @zj-zhang, thank you for your reply. I try to run my analysis by your code, but it is still give me the same error. Darts_BHT bayes_infer --rmats-count JC.raw.input.A5SS.txt --od ./ --annot fromGTF.A5SS.txt -t A5SS -c 0.05 --nthread 8 --replicate-model pooled warnings.warn(x, RRuntimeWarning) |
OK this could be tricky as the error msg is not very helpful. Could you let me know if you were able to run the test dataset (link below) without a problem? |
Hi,
I try to run Darts in my 1 v 3 group, but it always give me an error when I run bayers_infer:
rpy2.rinterface.rruntimeerror: error in { : task 1 failed - "non-finite value supplied by optim"
Here is my code:
Darts_BHT bayes_infer --rmats-count JC.raw.input.A5SS.txt --od ./ --annot fromGTF.A5SS.txt -t A5SS -c 0.05 --nthread 8
Do you have any suggestions?
Best,
Sitong
The text was updated successfully, but these errors were encountered: