MACS2 with multiple replicates
3
2
Entering edit mode
7.0 years ago
ariel.balter ▴ 260

When you use macs2 with multiple replicates is it just pooling the replicates or doing something more sophisticated?

ChIP-Seq MACS2 • 12k views
ADD COMMENT
8
Entering edit mode
5.9 years ago
bwd ▴ 90

Pooling replicates may not be the most appropriate method, e.g., it does not account for differences across replicates. Instead use either of the followings:

  • call peaks on each of the replicates separately using MACS, then process the replicates using MSPC, which keeps only reproducible peaks (combines p-values and then applies a threshold on their right-tail probability) and generates a set of "consensus" peaks.
  • use comparative peak callers such as jMOSAiCS, which is specifically developed to call peaks considering multiple replicates.
  • last option could be IDR, AFAIK it does not account for replicate type and does not consider strong peaks as "reproducible" if they are not overlapping with other peaks. This can lead to discarding true-binding sites who have significant p-value but not overlapping with peaks from other replicates; one can argue that such peaks reflect expected discrepancy between biological replicates (as opposed to technical replicates). Therefore, discarding them may not be the best practice. However, MSPC can "confirm" strong peaks in bio reps even if they do not overlap with any other peak (this is a configurable as you can adjust it with its -c parameter).
ADD COMMENT
2
Entering edit mode
7.0 years ago
James Ashmore ★ 3.4k

As far as I'm aware it just pools the replicates.

ADD COMMENT
0
Entering edit mode

Yeah I think you are probably correct based on the output I got.

ADD REPLY
1
Entering edit mode
7.0 years ago

You can use ENCODE IDR pipeline with peak caller as MACS2 to call peaks which are reproducible across replicates. Here is the link : https://sites.google.com/site/anshulkundaje/projects/idr

Cheers !!

Praneet

ADD COMMENT
0
Entering edit mode

I just want to know what method macs2 is using. Calling multiple replicates with macs2 is part of the encode pipeline.

ADD REPLY

Login before adding your answer.

Traffic: 2498 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6