alexdobin / STAR

RNA-seq aligner
MIT License
1.85k stars 506 forks source link

Annotation file influence in the discovery of non-annotated Fusions #1175

Open Bsguerraa opened 3 years ago

Bsguerraa commented 3 years ago

Hello, thanks for your time and patience! I just want you to know that STAR is amazing! I've been working with Chimeras in RNA-seq in my Ph.D. and I have questions that I hope you can help to give me some insights:

Thanks!

alexdobin commented 3 years ago

Hi @Bsguerraa

you may also want to ask this question on STAR-Fusion site: https://github.com/STAR-Fusion/STAR-Fusion

My thoughts: STAR-Fusion only works with fusions between annotated genes. STAR can detect chimeras between unannotated loci - however, most of them are likely false positives. STAR-Fusion needs to do a lot of careful filtering to bring the false-positive rates down. You may want to check its filtering algorithms, maybe you can repurpose them for your use-case.

The STAR parameters that STAR-Fusion uses are listed here: https://github.com/STAR-Fusion/STAR-Fusion/wiki#KickstartMode They would be a good starting point.

Cheers Alex