uclahs-cds / package-moPepGen

Multi-Omics Peptide Generator
https://uclahs-cds.github.io/package-moPepGen/
GNU General Public License v2.0
5 stars 1 forks source link

Fusion parsers: fusions should be applied only to the transcripts that contains the breakpoint #245

Closed zhuchcn closed 2 years ago

zhuchcn commented 2 years ago

For STAR-Fusion, FusionCatcher, and Arriba, the fusion events in the final output either only have gene IDs, or the transcript ID isn't complete. In the parsers, we right now assumes that a fusion event can happen in any transcript of the given gene, but this could be incorrect if the transcript does not contain the breakpoint in cases such as the exon being skipped. So we should do additional checking in the parsers.

zhuchcn commented 2 years ago

257