ComeçarComece de graça

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.

Este exercício faz parte do curso

ChIP-seq with Bioconductor in R

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Create a PCA plot using all peaks
___(ar_diff, DBA_CONDITION)
Editar e executar o código