Entering edit mode
2.7 years ago
Himanshu C
•
0
Hi,
I'm using deeptools to visualize bigWig files, my commands:
computeMatrix scale-regions -S bigWigs/batch1and3/*.bw -R /ATAC_12-4-20/diffBind_results/*.bed --skipZeros -p 10 --missingDataAsZero -a 500 -b 500 -o batch1and3_As_Con_sites_new_w_blklist.gz -bs 1 --blackListFileName remapped_Blacklist_ZF_Grcz10_toGrcz11.txt
plotHeatmap -m batch1and3_As_Con_sites_new_w_blklist.gz -out batch1and3_As_Con_sites_heatmapProfile_updated_w_blk_lists.pdf --startLabel "" --endLabel "" --colorMap Blues --dpi 600 --samplesLabel "As_rep1" "As_rep2" "Con_rep1" "Con_rep2" --xAxisLabel "" --legendLocation upper-center --zMin 0 --zMax 30 --legendLocation "none" --regionsLabel "As-Upregulated" "As-Downregulated" --interpolationMethod "nearest"
I'm getting a blurred heatmap. Is it because of relatively fewer regions? How can it be fixed?
Thanks
Edit: Found the solution: --heatmapHeight
did the trick!
Please post your solution as an answer and accept it (greencheck mark) to provide closure to this thread.