News:New in DiffBind 3.2: dba.plotProfile() - Peak profiles and profile heatmaps
0
0
Entering edit mode
Rory Stark ★ 5.1k
@rory-stark-5741
Last seen 7 days ago
Cambridge, UK

For DiffBind users, there is a new function in Bioconductor 3.13, dba.plotProfile(), that makes it straightforward to calculate peak profiles and generate complex heatmap plots.

dba.plotProfile() flexibly packages different sets of sites and samples from a DiffBind analysis for the Bioconductor package profileplyr (by Tom Carroll and Doug Barrows), generating profileplyr objects that can be customized using that package, including exporting to deepTools.

A tutorial in the form of a markdown workbook is available, showing how to use the dba.plotProfile() function. For example, using the vignette tamoxifen dataset, the following plot can be generated with one simple call:

profiles <- dba.plotProfile(tamoxifen, doPlot=TRUE)

Default profile plot from `dba.plotProfile()` using sample analysis

profileplyr ATACSeq DiffBind ComplexHeatmap ChIPSeq • 3.3k views
ADD COMMENT
0
Entering edit mode

This looks great! Is there a way to adjust the +/- 1500 window size?

ADD REPLY
2
Entering edit mode

Yes, you have full control over the windows by passing through parameters to profileplyr::BamBigwig_to_chipProfile(), such as style, distanceAround, nOfWindows, and bin_size.

If you look at the tutorial linked in the original post, Section 7 explains how to control the windows.

ADD REPLY
0
Entering edit mode

Hi, I really appreciate your update and comments. One question - can I reverse gain and loss locations?

ADD REPLY
0
Entering edit mode

If you could ask this as a question on the main support forum (instead of here in News), I'd be happy to give a detailed answer on how to do this.

ADD REPLY
0
Entering edit mode

Thank you so much! I'll post the question there.

ADD REPLY

Login before adding your answer.

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