Dear all,
We developed an algorithm called "Arriba" to detect gene fusions from RNA-Seq data of tumor samples. It is based on the ultrafast STAR aligner (https://github.com/alexdobin/STAR) and the post-alignment runtime is typically just ~2 minutes. Hence, fusion detection comes at virtually no cost, since the alignment of FastQ reads is a task that needs to be done anyway in a typical RNA-Seq workflow.
But Arriba is not only fast, it is also very accurate: It is currently the best-performing algorithm in the ongoing ICGC-TCGA DREAM SMC Challenge about gene fusion algorithms (final results pending):
Some more highlights:
- ability to detect intergenic and intronic breakpoints
- ability to detect exon duplications/inversions
- utilization of structural variants obtained from whole-genome sequencing
- filtering of transcript variants observed in healthy tissue
- comprehensive manual available at http://arriba.readthedocs.io/
- simple installation routine; especially, if you already use STAR
We would be glad, if you could give it a try, and are happy to receive feedback!
Please visit the homepage to download the code or in case you need help:
Best regards,
Sebastian
We developed an algorithm called "Arriba" to detect gene fusions from RNA-Seq data of tumor samples. It is based on the ultrafast STAR aligner (https://github.com/alexdobin/STAR) and the post-alignment runtime is typically just ~2 minutes. Hence, fusion detection comes at virtually no cost, since the alignment of FastQ reads is a task that needs to be done anyway in a typical RNA-Seq workflow.
But Arriba is not only fast, it is also very accurate: It is currently the best-performing algorithm in the ongoing ICGC-TCGA DREAM SMC Challenge about gene fusion algorithms (final results pending):
Some more highlights:
- ability to detect intergenic and intronic breakpoints
- ability to detect exon duplications/inversions
- utilization of structural variants obtained from whole-genome sequencing
- filtering of transcript variants observed in healthy tissue
- comprehensive manual available at http://arriba.readthedocs.io/
- simple installation routine; especially, if you already use STAR
We would be glad, if you could give it a try, and are happy to receive feedback!
Please visit the homepage to download the code or in case you need help:
Best regards,
Sebastian
Comment