I'm looking for a way to visualize chip-seq peaks from multiple data sets integrated onto one gene of interest. I do not necessarily need to look at the pile-ups of reads (like on the genome browser) but a way to mark locations of certain peaks on a gene from multiple data sets. I'm stuck on how to accomplish this.
I like the visualization on UCSC but then I'm stuck with a stack of tracks with each set of peaks represented on the gene in each track (unless there is a better way that I'm unaware of). What I'm after is one overall view of the gene and then an overlay of the peak positions from the different data sets - it's a time course.
Take a look at modifying a lollipop plot. You could take a gene annotation (one for a gene-of-interest) and add markers (i.e., "lollipops") where there are time-course ChIP-seq peak maxima, or time-course points at which a ChIP-seq peak interval's density is split in half, etc.
You could color the lollipops by time-course points, if you're looking to visualize a pattern of where the peak marker lies.
Another option is to go back to the UCSC browser and render the ChIP-seq density tracks in pack or dense display mode. This squishes the peak signals down considerably, which may make it easier to show multiple time-course tracks along with the gene annotation. If you write a custom track, you can apply coloring to various points along the time course.