1. Learn
  2. /
  3. Courses
  4. /
  5. ChIP-seq with Bioconductor in R

Exercise

Setting-up the model

Before you can run the actual comparison between groups you have to tell DiffBind how samples are split between them. The easiest way to do this is to use one of the predefined categories DiffBind attaches to the samples. These include commonly used groupings of interest like the condition or tissue associated with each sample. You can indicate which one you would like to use via the categories argument using constants like DBA_CONDITION and DBA_TISSUE. The help page for dba.contrast() has a complete list of the available constants.

Instructions

100 XP
  • Examine the ar_binding object.
  • Identify the category corresponding to the Primary Tumor (primary) and Treatment Resistant (TURP) condition.
  • Establish the contrast to compare the two tumor types.
  • Examine the dba_peaks object to confirm that the contrast has been added.