Merging Bam Files
Dear all,
I having trouble with analyzing my ChIP-seq data. I have an IP, input with replica (ChIP1, Input1, ChIP2, Input2). I merged the alignement files (.bam hg19) with bamtools merge, then called peaks. The problem is merging summs the reads at a given position. Like:
So, the final goal is, how to merge the samples as the read numbers averaged not summed at same positions?
Regards, Laszlo
• 4,098 views
•
link
1 answer
If you really want the average, the I would do what you did in the table above and count each sample separately and do the averaging at the count level. However, I suspect that is not something that you want to do, as the magnitude of count data is quite important.
• 0 views
•
link
Log in to answer this question.