Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ChiP-Seq Biological Replicates for Broad Histone Marks

    Hi,

    I have two replicates for five histone marks (three of them are broad chromatin marks). I would like to retrieve the overlapping peaks for the replicates for further analysis.

    I tried calling peaks with macs2 for the replicates separately as well as by combining them. Since the peaks from the merged replicates would probably be skewed, I tried DiffBind (dba.overlap) with the separately called peaks. I was able to obtain the numbers of overlapped peaks for the replicates in a Venn diagram, but I failed to find how to write the overlapped peaks into a bed file.

    Another suggestion I came across while trying to find another solution was IDR analysis, but I guess it is not recommended for broad chromatin.

    Can someone tell me how to write the overlapping peaks from DiffBind to a file? Or any other suggestion would also be appreciated.

  • #2
    I can offer some instructions on using DiffBind, but MACS2 may not be your best choice for broad histone marks. There are a number of other options out there (we use SICER). You may also want to look at the ENCODE project guidelines for settling on a set of broad peaks with two replicates.

    To write a set of overlapping peaks to a file in DiffBind, the easiest way is to use the dba.peakset() function. If you have 10 samples, consisting of two replicates each of five histone marks, with the name of the histone mark in the FACTOR field of your DBA object, the following should work:

    Code:
    > consensus <- dba.peakset(DBA,consensus=DBA_FACTOR)
    > mark1 <- dba.peakset(consensus,peaks=11,bRetrieve=TRUE,writeFile="mark1.bed")
    > mark2 <- dba.peakset(consensus,peaks=12,bRetrieve=TRUE,writeFile="mark2.bed")
    > mark3 <- dba.peakset(consensus,peaks=13,bRetrieve=TRUE,writeFile="mark3.bed")
    > mark4 <- dba.peakset(consensus,peaks=14,bRetrieve=TRUE,writeFile="mark4.bed")
    > mark5 <- dba.peakset(consensus,peaks=15,bRetrieve=TRUE,writeFile="mark5.bed")

    Comment


    • #3
      Thanks rory!

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Essential Discoveries and Tools in Epitranscriptomics
        by seqadmin




        The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
        04-22-2024, 07:01 AM
      • seqadmin
        Current Approaches to Protein Sequencing
        by seqadmin


        Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
        04-04-2024, 04:25 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Yesterday, 11:49 AM
      0 responses
      15 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-24-2024, 08:47 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      61 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      60 views
      0 likes
      Last Post seqadmin  
      Working...
      X