Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with the HeatMap - it is empty #1153

Open
mvukk opened this issue Aug 8, 2022 · 3 comments
Open

Problem with the HeatMap - it is empty #1153

mvukk opened this issue Aug 8, 2022 · 3 comments

Comments

@mvukk
Copy link

mvukk commented Aug 8, 2022

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

@dpryan79
Copy link
Collaborator

dpryan79 commented Aug 8, 2022

Is your data extremely sparse?

@mvukk
Copy link
Author

mvukk commented Aug 8, 2022

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

@dpryan79
Copy link
Collaborator

dpryan79 commented Aug 8, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants