ID GeneID geneSymbol chr strand exonStart_0base exonEnd upstreamES upstreamEE downstreamES downstreamEE
1 "ENSG00000188529" "SRSF10" chr1 - 23977910 23978273 23974974 23975051 23978653 23978817
However, this does not appear to be working... when I run the following the event deletes itself in the fromGTF files and all output files are empty.
#adjust paired/unpaired and readLength as necessary
rmats.py \
--b1 "/mnt/research2/mjm280/${project_name}/extract_bam/norm.txt" \
--b2 "/mnt/research2/mjm280/${project_name}/extract_bam/tum.txt" \
-t single \
--gtf "$ref_gtf" \
--readLength 75 \
--variable-read-length \
--nthread 25 \
--od "$out_dir" \
--tmp "$tmp_dir" \
--paired-stats \
--fixed-event-set "/mnt/research2/mjm280/${project_name}/testrmats" \
--task both \
--statoff
I would understand if the rMATS quantification might look different to how the IGV visualisation looks, but why is no event being produced at all? Is it because it is a combination of 2 alternative events?
I would love some pointers for this if possible!
Thank you!