You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've used GENOVA with latest version (1.0.0 The Cartographer) to do APA, and I wanted to export the quantifying results to see foldchanges of each loop. While I have 15184 original loops (which is sorted and uniqed so there's no identical loops) as input, the result only contains 7342 records, corresponding to 3671 loops. Could anyone help explain this? I didn't found any solution in manual or elsewhere. I think it's important and really appreciate the answers!
I think it might be the dist_thres argument of APA(). If you set APA(..., dist_thres = c(0, Inf)), does that retain all loops?
Indeed, with dist_thres = c(0, Inf), the result contains almost all the loops. I thought there was no threshold since ?APA shows the default parameter as dist_thres = NULL. Much appreciated!
Hi, I've used GENOVA with latest version (1.0.0 The Cartographer) to do APA, and I wanted to export the quantifying results to see foldchanges of each loop. While I have 15184 original loops (which is sorted and uniqed so there's no identical loops) as input, the result only contains 7342 records, corresponding to 3671 loops. Could anyone help explain this? I didn't found any solution in manual or elsewhere. I think it's important and really appreciate the answers!
Here is my code:
And here is my loop file.
WT_loops.bedpe.gz
Thank you sir @teunbrand if you could help take a look!
The text was updated successfully, but these errors were encountered: