Get startedGet started for free

Revisiting PCA and Heat map

Now that you have identified the major differences between samples, you can create another set of plots to compare samples. These are very similar to the ones you looked at before, but this time you are only using differentially bound peaks. This reduces the amount of noise in the plot and helps to emphasize the differences. The DiffBind plotting functions have an argument contrast that allows you to specify which comparison should be used to select peaks for plotting. In this exercise, you will compare the original plots with their cleaned up counterparts.

This exercise is part of the course

ChIP-seq with Bioconductor in R

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Create a PCA plot using all peaks
___(ar_diff, DBA_CONDITION)
Edit and Run Code