Entering edit mode
4.7 years ago
ariel.balter
▴
160
When you use macs2 with multiple replicates is it just pooling the replicates or doing something more sophisticated?
When you use macs2 with multiple replicates is it just pooling the replicates or doing something more sophisticated?
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:
-c parameter).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
As far as I'm aware it just pools the replicates.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
I just want to know what method macs2 is using. Calling multiple replicates with macs2 is part of the encode pipeline.