Entering edit mode
Hi, when i use diffbind, it didn't find a differential accessible region.
And i found a interesting thing that the coordinates of DARs found are not corresponding to that in the diff_obj@binding or diff_obj@merge files.
Did anyone know about it and can answer my question?
Thanks a lot!
"My cake does not look as advertised in the recipe", with this sloppy sentence I hope you understand that you need to give people details, like code, plots, anything. This here is not enough to give any help.
Thank you very much for pointing out this shortcoming. I will improve it.
The details about this question:
I have 4 samples with 2 conditions( ctrl_1, ctrl_2, ko_1, ko_2), i use these 4 samples as input. Here is my code:
1 library
```{r setup, include=FALSE} library(DiffBind)
2.2 create DBA object
Then, the result is no significannt DARs found. With all Differential Accessible regions' padj =0.9976.
Additionally, i checked my bigwig in igv, it shows that the ctrl_1 is more like ko_1, and ctrl_2's track is more like ko_2's track.
Did anyone have met this situation when doing ATAC-seq to between different conditions, such as control and knock out conditions?