-
Notifications
You must be signed in to change notification settings - Fork 54
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 during rMATS analysis in the nextflow #442
Comments
It looks like this is the error:
That error happens after rMATS completes. However it looks like most of the reads were filtered out by rMATS:
Only 10% (182296943/1746299457) of reads were USED, while 73% ((688568009 + 592092171) / 1746299457) were filtered for NOT_MATCHED_TO_ANNOTATION I'm not familiar with the pipeline you are running, but my guess is that either the alignment step in the pipeline used different reference files than what was given to rMATS, or your reads just don't align well |
@EricKutschera thank you. It was something to do with the setting true or false |
@EricKutschera one question related the parameter setting in the |
If your samples are paired then you can run with --paired-stats, but it's also fine to run without --paired-stats. The default statistical model can compare any two groups of samples. The paired statistical model can use the pairing information to potentially give better results: #356 (comment) |
@EricKutschera thank you. My samples are unpaired so I will set |
Hi,
I am running a nextflow pipeline and rMATS is part of the pipeline. All the steps run well except the rMATS step. How should I overcome this errror? See the attached log below for reference.
splicing.log.txt
rmats_pairs.txt
The text was updated successfully, but these errors were encountered: