Xinglab / rmats-turbo

Other
219 stars 53 forks source link

Junction reads or also Junction fragments? #236

Open glopatriello opened 1 year ago

glopatriello commented 1 year ago

Hi there!

I am performing an analysis with rMATS on our RNA-seq samples. I was wondering if the algorithm takes into account also the junction fragments (mates of the same fragment that maps in two different exons), in addition to junction reads(spliced reads mapping across a junction).

Best regards, Giulia

EricKutschera commented 1 year ago

No, rMATS will not check if two mates map to different exons. rMATS will check for the proper pair flag if -t paired. rMATS will check that the aligned strands of the mates are as expected if --libType fr-firststrand or --libType fr-secondstrand. Besides those checks, rMATS treats each mate separately