ChIP-seq with Bioconductor in R
Peter Humburg
Statistician, Macquarie University
Creating a heat map
heatmap(read_counts)
Creating UpSet plots
upset(fromList(peak_sets))