DiffBind MA plot
1
0
Entering edit mode
@grundelphine-14815
Last seen 6.3 years ago

Hi,

I have a small question about the interpretation of the colours assigned to the dots in the MA plots obtained with the DiffBind package:
red dots represent significantly differentially bound sites but what about the dark blue dots, the ones that are close to the borders and sometimes near to the red dots?

Thanks in advance for your help!

Delphine

diffbind maplot • 1.6k views
ADD COMMENT
2
Entering edit mode
Rory Stark ★ 5.1k
@rory-stark-5741
Last seen 8 days ago
Cambridge, UK

By default the MA plot is plotted using the smoothScatter function. Instead of every point being plotted, the densities of points at different regions of the plot are indicated using shades of blue. The solid blue dots are an artefact of this smoothing (DiffBind plots the red points over the smoothed plot). So solid blue points are not indicating anything meaningful.

You can see the plot without the smoothing by setting bSmooth=FALSE.

Cheers-

Rory

ADD COMMENT
0
Entering edit mode

thanks for this quick and detailed answer!

ADD REPLY
0
Entering edit mode

The solid blue dots can be removed by adding smoothScatter parameter nrpoints = 0 like

dba.plotMA(chipdata, nrpoints = 0)

It may be good to make that the default parameter for dba.plotMA.

Vince

ADD REPLY
0
Entering edit mode

I'll put it on the list!

ADD REPLY

Login before adding your answer.

Traffic: 562 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