You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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)
Hello,
I am currently using the
nf-core rnasplice
module (https://nf-co.re/rnasplice/1.0.4), which includesrMATS
. Could you please advise where I can locate thePercent 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
andIncLevel2
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?The text was updated successfully, but these errors were encountered: