Dear MACS2 users,
I am using MACS2 for peak calling. I have around 10 million reads in treatment and 6 million reads in control. However when I ran macs2 and I have the following information which really confused me:
INFO @ Mon, 21 Oct 2013 16:33:05: #1 read tag files...
INFO @ Mon, 21 Oct 2013 16:33:05: #1 read treatment tags...
INFO @ Mon, 21 Oct 2013 16:33:13: 1000000
INFO @ Mon, 21 Oct 2013 16:33:21: 2000000
INFO @ Mon, 21 Oct 2013 16:33:29: 3000000
INFO @ Mon, 21 Oct 2013 16:33:37: 4000000
INFO @ Mon, 21 Oct 2013 16:33:44: 5000000
INFO @ Mon, 21 Oct 2013 16:33:51: 6000000
INFO @ Mon, 21 Oct 2013 16:33:58: 7000000
INFO @ Mon, 21 Oct 2013 16:34:05: 8000000
INFO @ Mon, 21 Oct 2013 16:34:12: 9000000
INFO @ Mon, 21 Oct 2013 16:34:19: 10000000
INFO @ Mon, 21 Oct 2013 16:34:26: 11000000
INFO @ Mon, 21 Oct 2013 16:34:26: #1.2 read input tags...
INFO @ Mon, 21 Oct 2013 16:34:33: 1000000
INFO @ Mon, 21 Oct 2013 16:34:40: 2000000
INFO @ Mon, 21 Oct 2013 16:34:47: 3000000
INFO @ Mon, 21 Oct 2013 16:34:54: 4000000
INFO @ Mon, 21 Oct 2013 16:35:01: 5000000
INFO @ Mon, 21 Oct 2013 16:35:08: 6000000
INFO @ Mon, 21 Oct 2013 16:35:13: #1 tag size is determined as 50 bps
INFO @ Mon, 21 Oct 2013 16:35:13: #1 tag size = 50
INFO @ Mon, 21 Oct 2013 16:35:13: #1 total tags in treatment: 472739
INFO @ Mon, 21 Oct 2013 16:35:13: #1 user defined the maximum tags...
INFO @ Mon, 21 Oct 2013 16:35:13: #1 filter out redundant tags at the same location and the same strand by allowing at most 1 tag(s)
INFO @ Mon, 21 Oct 2013 16:35:13: #1 tags after filtering in treatment: 334465
INFO @ Mon, 21 Oct 2013 16:35:13: #1 Redundant rate of treatment: 0.29
INFO @ Mon, 21 Oct 2013 16:35:13: #1 total tags in control: 6339252
INFO @ Mon, 21 Oct 2013 16:35:13: #1 user defined the maximum tags...
INFO @ Mon, 21 Oct 2013 16:35:13: #1 filter out redundant tags at the same location and the same strand by allowing at most 1 tag(s)
INFO @ Mon, 21 Oct 2013 16:35:15: #1 tags after filtering in control: 6206920
INFO @ Mon, 21 Oct 2013 16:35:15: #1 Redundant rate of control: 0.02
INFO @ Mon, 21 Oct 2013 16:35:15: #1 finished!
From the above information given by macs2, there are only 472739 tags in treatment but actually I have 10m reads in treatment. And the number of tags in control is correct. Can anyone explain why macs2 gave the wrong number of reads in treatment? Does reads and tags have the same meaning? Thank you!
Wei