deepTools icon indicating copy to clipboard operation
deepTools copied to clipboard

Problem with the HeatMap - it is empty

Open mvukk opened this issue 2 years ago • 3 comments

Dear all,

I am plotting WGBS data over predefined regions. This is command I used:

computeMatrix reference-point -R regions.bed \
               -S DNA_3.bw \
                    DNA_4.bw \
                    DNA_1.bw \
                    DNA_2.bw \
                --outFileName matrix.gz \
                --referencePoint center \
                --binSize 100 \
                -b 5000 -a 5000
plotHeatmap --matrixFile matrix.gz \
                --missingDataColor "#FFF6EB" \
                --colorMap jet \
                --yMin 0 --yMax 100 \
                --outFileName HeatMap.pdf

and this is the HeatMap I get: image

(profile plot looks as expected but heatmap is empty)

Also if I do remove yMin and yMax and leave default colorMap, I get same result just black heatmap:

plotHeatmap --matrixFile matrix.gz \
                  --outFileName HeatMap.pdf

image

Does anyone have suggestion, or can maybe point out what I am doing wrong?

Thank you, Regards, Maja

mvukk avatar Aug 08 '22 08:08 mvukk

Is your data extremely sparse?

dpryan79 avatar Aug 08 '22 09:08 dpryan79

It is WGBS (should be covering all CpGs) done for mouse genome. It is not continues, I do have NA values in my matrix, but I would not say it is extremely sparse.

image

mvukk avatar Aug 08 '22 09:08 mvukk

That's quite sparse, you're not going to end up with a nice heatmap of BS-seq data.

dpryan79 avatar Aug 08 '22 21:08 dpryan79