Example 1. How to generate a basic ChIPseq density heat map around the body of genes.
> bin/produceGENEmaps -v ChromInfo.txt refGene.txt SRR1015741.bam H3K4me3_genes.txt TEST1 5000
Example 2. How to change the range of colors into the heat map of genes (background is white).
> bin/produceGENEmaps -v -b black -f darkgoldenrod1 ChromInfo.txt refGene.txt SRR1015741.bam H3K4me3_genes.txt TEST2 5000
Example 3. How to change the outer background and foreground colors of the heat map of genes.
> bin/produceGENEmaps -v -B black -F darkgoldenrod1 ChromInfo.txt refGene.txt SRR1015741.bam H3K4me3_genes.txt 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/produceGENEmaps -v -B black -b black -F darkgoldenrod1 -f darkgoldenrod1 ChromInfo.txt refGene.txt SRR1015741.bam H3K4me3_genes.txt TEST4 5000
Example 5. How to change the full schema of colors of the heat map of genes.
> bin/produceGENEmaps -v -H black -B black -b black -F darkgoldenrod1 -f darkgoldenrod1 ChromInfo.txt refGene.txt SRR1015741.bam H3K4me3_genes.txt TEST5 5000
Example 6. How to decrease the resolution of the picture to generate a heat map with lower memory requirements.
> bin/produceGENEmaps -v -w 1000 ChromInfo.txt refGene.txt SRR1015741.bam H3K4me3_genes.txt TEST6 5000