Example 1. How to generate a basic ChIPseq density heat map around the center of peaks.
> bin/producePEAKmaps -v ChromInfo.txt SRR1015741.bam H3K4me3_peaks.bed TEST1 5000
Example 2. How to change the range of colors into the heat map of genes (background is white).
> bin/producePEAKmaps -v -b black -f darkgoldenrod1 ChromInfo.txt SRR1015741.bam H3K4me3_peaks.bed TEST2 5000
Example 3. How to change the outer background and foreground colors of the heat map of genes.
> bin/producePEAKmaps -v -B black -F darkgoldenrod1 ChromInfo.txt SRR1015741.bam H3K4me3_peaks.bed TEST3 5000
Example 4. How to change the outer background and foreground colors and the range of the heat map of genes (background is white).
> bin/producePEAKmaps -v -B black -b black -F darkgoldenrod1 -f darkgoldenrod1 ChromInfo.txt SRR1015741.bam H3K4me3_peaks.bed TEST4 5000
Example 5. How to change the full schema of colors of the heat map of genes.
> bin/producePEAKmaps -v -H black -B black -b black -F darkgoldenrod1 -f darkgoldenrod1 ChromInfo.txt SRR1015741.bam H3K4me3_peaks.bed TEST5 5000
Example 6. How to decrease the resolution of the picture to generate a heat map with lower memory requirements.
> bin/producePEAKmaps -v -w 1000 ChromInfo.txt SRR1015741.bam H3K4me3_peaks.bed TEST6 5000