I also a fan of deepTools for this. They also have a Galaxy server for those that want to avoid the command-line. Disclaimer: I have never used their Galaxy server.
• 0 views
•
link
I need to draw the shape of peaks from different chip-seq samples.
I want to get something like this picture, which I found on a Nature paper.

Can you help me in doing that?
Thanks
I also a fan of deepTools for this. They also have a Galaxy server for those that want to avoid the command-line. Disclaimer: I have never used their Galaxy server.
I've never done this before, but I think you could do something like the following:
bedtools slop -i summits.bed -g my.genome -b 2500 > summits.2500.bedbedtools coverage -counts -d -a summits.2500.bed -b sample.bamLog in to answer this question.