Top Qs
Timeline
Chat
Perspective
MACS (software)
Peak finding software From Wikipedia, the free encyclopedia
Remove ads
Model-based Analysis of ChIP-Seq (MACS) is a bioinformatics software primarily designed for peak calling.[1] It uses a peak detection approach based on modeling the characteristic shift in read distributions on the forward and reverse DNA strands. The method was published in 2008 by Yong Zhang, Tao Liu, and colleagues in Genome Biology.[2]
MACS has been cited over 17,000 times, and is routinely used in epigenetics,[2] particularly for identifying narrow peaks associated with transcription factor binding sites or H3K4me3 histone modifications.[3] MACS is distributed as open-source software under the permissive BSD 3-Clause License.
Remove ads
Methodology
Summarize
Perspective
MACS analyzes mapped read data from ChIP-Seq experiments, often comparing a ChIP sample enriched for a specific protein binding to a control sample (e.g., input DNA or IgG immunoprecipitation), if available, to distinguish genuine enrichment from background noise and biases.
A key innovation in MACS is its model for the spatial distribution of sequencing reads around binding sites. In a typical ChIP-Seq experiment, reads map to the ends of the DNA fragments generated during immunoprecipitation. This results in clusters of reads mapping to the forward strand upstream of the binding site and clusters mapping to the reverse strand downstream. MACS empirically estimates the average distance, d, between the modes of these forward and reverse strand read distributions. It then shifts all reads by d/2 towards the interior of the fragment, effectively centering the signal at the putative binding site before identifying peaks.
To assess the significance of signal enrichment at any given genomic location, MACS models the background read count using a Poisson distribution with dynamic parameter λlocal, that are allowed to vary along the genome. This model considers local biases by comparing the read count in a candidate peak region to the read count in larger flanking regions (e.g., 1 kb, 5 kb, 10 kb) or, preferably, to the scaled read count in the same region (λregion) within the control sample. A p-value is calculated based on the Poisson model, indicating the probability of observing the ChIP read count given the estimated background level. It also adjusts for sequencing depth differences by linearly scaling down the larger sample (default behavior) or scaling up the smaller sample. To control for multiple testing across the genome, MACS calculates a False discovery rate (FDR) for the identified peaks. This is often done by swapping the ChIP and control samples and determining the number of peaks called under these null conditions.
Later versions extended the methodology to handle paired-end sequencing data and included options specifically for calling broader regions of enrichment,[4] such as those associated with certain histone modifications, often by grouping nearby significant regions.
Remove ads
Development
The original version was re-written in Python by Tao Liu and released as MACS 2. The version improved command-line usability, handling of various input formats, and added algorithms for identifying broad peaks ('--broad' option). The current iteration, MACS 3.0, includes performance enhancements and new features such as variant calling from ChIP-seq data (callvar
subcommand).[5]
Impact
MACS is one of the most highly cited peak-calling algorithms in the field of genomics.[2] Its approach to modeling ChIP-Seq data characteristics significantly improved the accuracy and resolution of binding site detection compared to earlier methods based solely on read counts in fixed windows.[6] It remains a benchmark tool for new methods and assays,[7][8] and it is frequently integrated into standardized analysis pipelines and platforms like Galaxy, Cistrome, and Pluto Bio.[9][10][11]
References
External links
Wikiwand - on
Seamless Wikipedia browsing. On steroids.
Remove ads