-
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
Comparison of multiple groups in rMATS #438
Comments
You can process all of your files with rMATS and then run any group comparisons that you're interested in. See this post: #398 |
Thank you for your response. I was wondering if this application is correct. I am getting a lot of NA values. Almost all of the ASs have NA values in different groups. Is this reasonable? python rmats.py --b1 "${TXT_dir}/all_samples_b1.txt" Some AS are not applicable in many groups, while in some, they are not applicable in a smaller number. How should we appropriately address this NA scenario? |
especially IncLevel1 column |
NA values in IncLevel1 happen if there are no reads to support that event for that sample. For cases where some of the samples don't have reads you could filter out those events or just use the groups that do have supporting reads |
Thank you very much for your reply. |
Excuse me, May I ask a question.
I have the issue to compare AS events within several group.
For example, I have groups A,B,C,D, and E. I want to find each group-specific AS events. Then group1 can be filled with A.bam. And group2 is B.bam, C.bam, D.bam,E.bam.Of course, these bam names are separated by "," in txt. Counld this design work?
The text was updated successfully, but these errors were encountered: