Example 1. How to generate a basic ChIPseq distribution plot around the center of peaks.
> bin/producePEAKplots -v ChromInfo.txt SRR1015741.bam H3K4me3_peaks.bed TEST1 5000
Example 2. How to change the background and the foreground colors of the PEAK plot.
> bin/producePEAKplots -v -b black -f darkgoldenrod1 ChromInfo.txt SRR1015741.bam H3K4me3_peaks.bed TEST2 5000
Example 3. How to change the background and the foreground colors of the framebox of the PEAK plot.
> bin/producePEAKplots -v -B black -F darkgoldenrod1 ChromInfo.txt SRR1015741.bam H3K4me3_peaks.bed TEST3 5000
Example 4. How to change all the background and the foreground colors of the PEAK plot.
> bin/producePEAKplots -v -B black -b black -F darkgoldenrod1 -f darkgoldenrod1 ChromInfo.txt SRR1015741.bam H3K4me3_peaks.bed TEST4 5000
Example 5. How to generate a normalized plot in which the Y axis is between 0 and 1.
> bin/producePEAKplots -v -u ChromInfo.txt SRR1015741.bam H3K4me3_peaks.bed TEST5 5000
Example 6. How to decrease the resolution of the picture to generate a plot with lower memory requirements.
> bin/producePEAKplots -v -w 100 ChromInfo.txt SRR1015741.bam H3K4me3_peaks.bed TEST6 5000