Entering edit mode
3.5 years ago
Lila M
★
1.3k
Hello,
I have 3 lists of rearrangements (with their breakpoints), they are bed files. I would like to know if there is any tool to check the homology in those regions (among my files), ideally with no more than 50bp on either side of the breakpoints
Thanks
Thank you for the tip, but I'm a bit confuse about how to use it, is there any tutorial or samithing for R ?
Online course including R here.
Thhank you, I did the course but couldn't find the proper tool to achieve this issue, do you already know which tool should I use or do you write this "just in case it could be useful"? thank you
I've given you the exact REST API endpoint that you need and I've given you a link to an online course that shows you how to use that REST API overall (but not that specific endpoint) and has loads of code that you can recycle. These two pieces of information together should be perfectly sufficient.
The only way I can see to help you more would be to write a script for you, which I'm not going to do for two reasons:
I am happy to help troubleshoot any specific problems you have with your script.
I don't want that anyone write a script for me or do my job. But if I undertand properly the example you sent me considers only a specific coordinates given and not a bounch of them stored in different files to check the homology among them.
Ah, you want to match between your files, not to known homology. Then I'm afraid I can't help you.
Exactly, I want to know if there is any homology in my regions or around the breakage sites. This is why I asked for clarifications before, because with the information you sent, I was not able to resolve my problem