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.
Cet exercice fait partie du cours
ChIP-seq with Bioconductor in R
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Create a PCA plot using all peaks
___(ar_diff, DBA_CONDITION)