I'm looking for a program that will take a GTF/GFF3 file as input and produce a report describing the observed alternative splicing events (skipped exons, retained introns, mutually exclusive exons, etc). Honestly, it seems like a very straightforward task to write such a program/script, and I was planning on doing so myself. Before writing the code, however, I thought I would make sure that nobody else has shared code for doing this type of task before.
I was also interested in such a program. Have you found anything or would you care to share what you developed?
I am now looking for the same thing. To take a Cufflinks GTF and annotate each transcript with splicing type. Why is this so hard?
did you find anything for plants?..
Yes I found SUPPA. It worked well. It is a set of python scripts and the generateEvents script is what you want to run on the GTF from Cufflinks/Cuffmerge and then the output files called .ioe have the events.