Open Devalock opened 1 year ago
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?
I think it might be the
dist_thres
argument ofAPA()
. If you setAPA(..., 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!
I thought there was no threshold since ?APA shows the default parameter as dist_thres = NULL
Yeah maybe the documentation should be a bit clearer on this.
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!