Closed pintoa1-mskcc closed 9 months ago
Hello! As the author of the code, what I remember implementing is a clustering by breakpoints alone using bedtools pairToPair with a slop of 10. Is there a case of merge you have seen that differs from this implementation?
Apologies! I was looking at the line in the script above and didnt notice that there was an exit(0)
to skip the rest of the code. Im assuming that the code will skip the rest of the script once it hits the exit?
Ok good to know! Yes previously I was working on a feature to merge by exons as well, but we found that for clinical purposes it was better to merge by breakpoint alone
On Thu, Jan 18, 2024 at 11:44 AM pintoa1-mskcc @.***> wrote:
Apologies! I was looking at the line in the script above and didnt notice that there was an exit(0) to skip the rest of the code.
— Reply to this email directly, view it on GitHub https://github.com/ccmbioinfo/MetaFusion-Clinical/issues/1#issuecomment-1898841867, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJUY47TFNBWRZKOET6L22KLYPFGPBAVCNFSM6AAAAABBTTKJKGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJYHA2DCOBWG4 . You are receiving this because you commented.Message ID: @.***>
And yes the exit(0) will stop the script at that point, if you want to experiment with merging by exon you could comment it and try out the code below that, but we did not use this code for our analysis in the manuscript :)
Clinical Metafusion now clusters by breakpoint and exon instead of breakpoint and gene name. Why was there a change to include exon instead of only using the bedtools pairtoPair on the breakpoints?