Skip to content
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

How to find the Percent Spliced In (PSI) values in the rMATS? #444

Open
Motoufiq opened this issue Oct 23, 2024 · 2 comments
Open

How to find the Percent Spliced In (PSI) values in the rMATS? #444

Motoufiq opened this issue Oct 23, 2024 · 2 comments

Comments

@Motoufiq
Copy link

Hello,

I am currently using the nf-core rnasplice module (https://nf-co.re/rnasplice/1.0.4), which includes rMATS. Could you please advise where I can locate the Percent Spliced In (PSI) values after running the pipeline? I’ve checked the rMATS output folder but haven’t found them.

rMATS typically generated several output files, such as:

.MATS.JC.txt (Junction Counts only)
.MATS.JCEC.txt (Junction Counts and Exon Counts)

This is an example of the headers in my output:
ID | GeneID | geneSymbol | chr | strand | exonStart_0base | exonEnd | upstreamES | upstreamEE| downstreamES | downstreamEE | ID | IJC_SAMPLE_1 | SJC_SAMPLE_1 | IJC_SAMPLE_2 | SJC_SAMPLE_2 | IncFormLen | SkipFormLen | PValue | FDR | IncLevel1 | IncLevel2 | IncLevelDifference |

Does IncLevel1 and IncLevel2 are PSI values for condition 1 (e.g., treatment group) and PSI values for condition 2 (e.g., control group)? IncLevelDifference is the difference between them?

@EricKutschera
Copy link
Contributor

The IncLevel columns are PSI values. IncLevel1 has the PSI values for the inputs given in --b1 (or --s1) and IncLevel2 has the PSI values for the inputs given in --b2 (or --s2)

From https://github.com/Xinglab/rmats-turbo/tree/v4.3.0?tab=readme-ov-file#output
IncLevelDifference: average(IncLevel1) - average(IncLevel2)

@Motoufiq
Copy link
Author

@EricKutschera thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants