What is the difference between MACS version 1.4 and 2.0?
3
0
Entering edit mode
7.7 years ago
Sadia ▴ 60

Hello, I am MSC student new to the field of bioinformatics and am currently analyzing ChIP-seq data for which peaks were called using the earlier version of MACS. A student in my lab recently re-ran peak calling on the data (histone marks and transcription factors) using MACS 2.0. We consistently obtain a smaller number of peaks with 2.0. Could someone tell me what the main difference between the two versions is and how that should affect the peaks called? Also, why is it that MACS 1.4 is still available for use? Thank you in advance!

ChIP-Seq • 4.9k views
ADD COMMENT
1
Entering edit mode
7.7 years ago
natasha.sernova ★ 4.0k

See this link, it seems to answer your question. There are several opinions here.

https://groups.google.com/forum/#!topic/macs-announcement/RIIMOuRremg

"The differences between MACS 1.4.1 and MACS 1.4.2 are mainly changes to the command line default argument set. These changes are pretty notable, and they include changing --on-auto to --off-auto which says that even if the number of paired peaks is less than 1000 then it will still use the calculated shiftsize iirc. Also version 1.4.2 changes --to-large to --to-small by default and --keep-dups is turned off. See the changelog in 1.4.2 for details

I have not used MACS 2 but it is probably true that the software is more capable of calling broad peaks. A recent review of ChIP-seq guidelines for the ENCODE project mentions this specifically. This paper also has good info about quality control for chip-seq and a small review of the software, see "ChIP-seq guidelines and practices of the ENCODE and modENCODE consortia" Full text is here: http://www.ncbi.nlm.nih.gov/pubmed/22955991

"

ADD COMMENT
0
Entering edit mode

The article states that "MACS2 is specifically designed to process mixed signal types" but I was wondering what is different about the way MACS2 works/analyzes data that leads to different numbers/set of peaks?

PS. I've only ever used MACS with GALAXY and am unfamiliar with the coding answers.

ADD REPLY
0
Entering edit mode
7.7 years ago
Sej Modha 5.3k

Changelog file should include major developmental changes.

ADD COMMENT
0
Entering edit mode
7.7 years ago
endrebak ▴ 960

The change from 1.4 and 2.0 according to the changelog:

    2011-05-17  Tao Liu  <taoliu@jimmy.harvard.edu>
MACS Version 2.0.0 (tag:alpha)

* Use bedGraph type to store data internally and externally.

We can have theoretically one-basepair resolution profiles. 10
times smaller in filesize and even smaller after converting to
bigWig for visualization.

* Peak calling process modified. Better peak boundary detection.

Extend ChIP tag to d, and pileup to have a ChIP bedGraph. Extend
Control tag to d and 1,000bp, and pileup to two bedGraphs. (1000bp
one will be averaged to d size) Then calculate the maximum value
of these two tracks and a global background, to have a
local-lambda bedGraph.

Use -10log10poisson_pvalue as scores to generate a score track
before peak calling.

A general peak calling based on a score cutoff, min length of peak
and max gap between nearby peaks.

* Option changes.

Wiggle file output is removed. Now we only support bedGraph
output. The generation of bedGraph is highly recommended since it
will not cost extra time. In other words, bedGraph generation is
internally run even you don't want to save bedGraphs on disk, due
to the peak calling algorithm in MACS v2.

* cProb.pyx

We now can calculate poisson pvalue in log space so that the score
(-10*log10pvalue) will not have a upper limit of 3100 due to
precision of float number.

* Cython is adopted to speed up Python code.

I guess this means there are no major algorithmic differences between the programs.

ADD COMMENT
2
Entering edit mode

Peak calling process modified.

It's substantially different. To this day people usually try both programs to see which one gives the best looking peaks. I think v2 is better at 'broad' peaks, while the v1 was better with sharp/narrow peaks, but that might be a silly myth these days with the latest versions of 2. I mean, 2 came out in 2011 :/

ADD REPLY

Login before adding your answer.

Traffic: 2503 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