Hi,
Recently I'm using DiffBind.
After running dba.count, I can use tamoxifen$binding to get a table.
> head(tamoxifen$binding)
CHR START END Sample1 Sample2 Sample3 Sample4 Sample5
1 1 10400 10999 29.5902750 26.3166045 44.5083833 30.57152 2.491209
2 1 15200 16199 0.6295803 0.7740178 0.6743694 1.09184 2.491209
3 1 97600 99799 130.3231261 181.8941783 195.5671390 230.37824 196.805481
4 1 103000 106799 239.2405214 288.7086320 328.4179196 276.23551 52.315381
5 1 108000 109599 33.9973372 20.1244623 22.2541917 30.57152 12.456043
6 1 110400 111799 23.9240521 24.7685690 18.2079750 21.83680 4.982417
I'm wondering what are these values. DiffBind author Rory Stark mentioned DiffBind will subtract INPUT reads from ChIP reads and deal with negative values. I'd like to have some details about how these values are calculated from the first place. Can someone help me on this and/or show me an example?
I tried to read the code. But it's hard for me to follow.
Thanks.
Thank you so muck for your response. Rory.