Open wzhang42 opened 3 years ago
RuntimeError Traceback (most recent call last)
@wzhang42 Hi, sorry for the delay! As you may know, there are a lot of methods/software for genome-wide detection of chromatin loops and TADs that do not rely on any SVs. And on the backend, NeoLoopFinder uses Peakachu (https://github.com/tariks/peakachu) as the core for loop detection and HiTAD (https://xiaotaowang.github.io/TADLib/hitad.html) for TAD detection. I think you can give them a try. Let me know if you have any further questions.
@Spartanzhao I've never seen this error before ... can you first check whether your bigwig file is a valid bigwig file?
Okay, I'll try another way to generate my bigwig file.
在 2022-01-19 08:36:17,"Xiaotao Wang" @.***> 写道:
@Spartanzhao I've never seen this error before ... can you first check whether your bigwig file is a valid bigwig file?
— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.Message ID: @.***>
Hi, Xiaotao. I am now using NeoloopFinder to detect Neoloops/Neotads. But I found one Neoloop was not reported (even the last column tag as 0) from NeoloopFinder. I traced back and found that the SV breakpoint file that we used do not contain the corresponding SV. I manually add that specific SV to the SV file, then NeoloopFinder found back that neoloop and neoTad. My boss asked me to output the regular loops/Tads that do not rely on any SVs. I thought that her requirement is reasonable. However, I could not figure out how to realize it and need your help. Since the regular loop detection is based on a machine learning method, regular Tad detection is based on a boundary detection method. Both of them can be theoretically implemented as the first step without relying the SVs. The loops and Tads associated with SV are called Neoloops and Neotads, can be outputted as the second steps. Thank you in advance