Diffbind results - non uniform width
1
0
Entering edit mode
BioinfGuru ▴ 30
@yagalbi-11519
Last seen 1 hour ago
Ireland

Hi all,

I am running diffbind using narrowPeaks output from macs2

When using dba.count, I am taking each summit and counting reads +/-250 from the summit so I'm expecting to see in the diffbind report that the width column only contains "501"

bindingmatrix <- dba.count(dbaobject, summits=250) # summit +/- 250 bases

However, around 2% of the rows in the report contain a range of widths up to ~1400

Can anyone explain why this is?

Thank you.

diffbind dba.count • 1.0k views
ADD COMMENT
0
Entering edit mode
Rory Stark ★ 5.1k
@rory-stark-5741
Last seen 8 days ago
Cambridge, UK

If any of the 501bp intervals overlap (by at least one base), they will be merged into a wider peak. The 1400bp intervals would have been created because there are three peaks quite close together.

If you want to differentiate between very narrow peaks quite close together, you can set the summits parameter lower (100 or even 50).

Cheers-

Rory

ADD COMMENT
0
Entering edit mode

Thank you once again Rory :)

ADD REPLY

Login before adding your answer.

Traffic: 726 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6