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
We've been using rmats-turbo quite extensively and we are very satisfied the results! There are however some instances where certain events are not detected (for our application, sensitivity is very important). Could you provide some insight on why these are not detected, and possibly, how these might be detected if we alter some parameters?
I've been using v4.1.1, with one bam file, --statoff, and --novelSS. Below are some screenshots from IGV with 'missed events'. Each time you can see (from top to bottom): a coverage histogram, a splice junction diagram, a couple of mapped reads, and the used gtf annotation.
no events are detected in this region, eg, the large exon skip
undetected exon skip
undetected intron retention (even for non-de novo events): seems to be a recurrent problem
undetected A5SSs
Your input is very much appreciated!
Thanks a lot, Lennart
The text was updated successfully, but these errors were encountered:
rmats will only detect an event if it has evidence for all the exons and splice junctions in the event. The evidence can either be from the gtf annotation or from the aligned reads
Here is an issue that explains the requirements for detecting a retained intron event: #17
In the second example you posted (undetected exon skip), it looks like the gtf annotation only includes 2 of the exons required for the event definition
In the third example (undetected intron retention), it looks like the gtf has a transcript where 2 consecutive introns are retained. But rmats requires a transcript that retains just the single intron so that it looks like the diagram in the README
In the fourth example (undetected A5SSs), it looks like the splice junctions match with the gtf so rmats would not define a novel exon, but the exons in the gtf differ at both endpoints. rmats requires that the short and long exons in A5SS share the same endpoint on one side
Hi devs,
We've been using rmats-turbo quite extensively and we are very satisfied the results! There are however some instances where certain events are not detected (for our application, sensitivity is very important). Could you provide some insight on why these are not detected, and possibly, how these might be detected if we alter some parameters?
I've been using v4.1.1, with one bam file,
--statoff
, and--novelSS
. Below are some screenshots from IGV with 'missed events'. Each time you can see (from top to bottom): a coverage histogram, a splice junction diagram, a couple of mapped reads, and the used gtf annotation.Your input is very much appreciated!
Thanks a lot, Lennart
The text was updated successfully, but these errors were encountered: