Re-creating a heatmap
1
0
Entering edit mode
8.1 years ago
cbio ▴ 450

I am attempting to re-create a heatmap found in this article (Figure 3 B, the MNase-seq one). They rank genes / TSS by length of the nucleosome free regions surrounding the TSS.

I would like to do something similar using DNase-seq data. I have created many heatmaps before, but I am not typically sorting genes / TSS this way. Sorting by length of -1 nuclesome to the +1 nucleosome.

How would I go about creating a heatmap like this? How do I apply my DNase-seq data to find these regions, and then rank them by their length?

chipseq heatmap • 2.0k views
ADD COMMENT
0
Entering edit mode
8.1 years ago
Ryan Dale 5.0k

If you're comfortable with Python, you can use metaseq or deepTools to get a NumPy array of DNase signal over TSSs. You would then need to come up with a way of detecting -1 and +1 nucleosomes in each row of the array for sorting purposes.

ADD COMMENT

Login before adding your answer.

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