Hello everyone!
I`m trying to visualize ChIP-seq data with deepTools. I used the following commands:
bamCoverage (normalization) -> bigwigCompare (normalization against input) -> computeMatrix -> plotProfile
As a result I got this figure. Green and yellow plots are for treatment samples replicas, blue and dark blue are for negative control replicas.
It seems like I have problems with normalization of samples. The number of peaks in treatment samples is lower than in control, but on the figure the level of the signal in treatment samples is higher for some reason. (Noise does not confuse me. The problem is overall level of the signal) I used parameters "--normalizeUsing RPGC --effectiveGenomeSize 2862010578 --ignoreForNormalization chrX chrY" for bamCoverage command to normalize source .bam files. Apparently, it is wrong and I should use another.
Can anyone help me with this problem and tell the right parameters set? And maybe explain how to choose it correctly?
Thank you!