Hello again,
Thanks a lot for your insight !
I have a new question on your answer :
1. I m confused with the parameters : Why use "--task=both" when "--statoff" ? Isn't "both" including a stat.analysis ?
What is the difference with a "--task prep" with --statoff ?
2. I ran this first part with all the samples together as --b1, and --statoff, --task=both, so I obtained "IJC" ,"SJC" and Inclusion levels for all samples.
But, now for the stat.analysis should I run the "prepare_stat_inputs.py" & the "---task stat" for all combinations of 1-vs-all ?
I understand it as doing something like the following (for 20 samples A,B..etc), interchanging the group-indices in each combination :
```
#1/
python ../rMATS/rMATS_P/prepare_stat_inputs.py \
--new-output-dir ${outDir}/Stats_out/A_vs_all \
--old-output-dir ${outDir} \ # with the --statoff results
--group-1-indices 0 --group-2-indices 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19
#2/
python rmats.py --od
${outDir}/Stats_out/A_vs_all \
--tmp
Stats_out/tmp_A_vs_all
--task stat
```
...which will give me the "[event].JCEC| JC.txt" for each comparison, with the FDR and dPSI filled-in.
Is this right ?
Thanks again,
any correction or validation, is greatly appreciated.
Best,
Maria