I have two replicates of chip-seq data. And I run bowtie and call peaks using MACS separately.
MACS2 callpeak -t R1.bam -c Input1.bam -f BAM -g dm -n macs2_R1 -s 50 --call-summits --bw 151
MACS2 callpeak -t R2.bam -c Input2.bam -f BAM -g dm -n macs2_R2 -s 50 --call-summits --bw 149
Now I want to combine them together for further analysis.
Do I need to normalize them before combine together? I put input when running MACS, I thought MACS has done normalization when calling peaks.
If I should do normalization firstly, and people always say "Normalization by sequencing depth (i.e. total read count)" or "divided by total reads". How to do this? I don't have "total reads" after running thru MACS.
How can I do to combine these two sets of peaks?
Thank you!!
May be you are looking for algorithms like MAnorm
http://genomebiology.com/2012/13/3/r16
I tried to use MAnorm, but I couldn't install the pre-requesite packages for MAnorm : R.basic and MASS. I used:
MAnorm is a good choice.
catherine12243,
R.basic package has already been deprecated. From http://www.braju.com/R/
You can install
R.utils
andaroma.light
instead by following command: