This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Removing GC content bias and trended bias from ChIP-seq data

Note: Cross-posted to Biconductor support site

I am doing DB analysis of ChIP-seq data using the csaw package. It seems I have a small trended bias and possible GC content bias in my data. Below are MA plots showing signal in the merged peaks using CPM normalisation (LHS) and Loess normalisation (RHS) to account for trended biases:

enter image description here

If I create MA plots coloured by GC content (showing only top/bottom 10% by GC content) there also appears to be a GC content bias (LHS) which can be fixed using CQN normalisation (RHS):

enter image description here

However, looking at the affect of CQN normalization (RHS) on all of the data, I'm not sure if it corrects the trended bias correctly (like the Loess normalization).

enter image description here

Also, when I look at the called differential peak regions in a genome browser using the CQN normalisation, some of the calls don't match what I can measure roughly by eye, suggesting the normalisation isn't appropriate. Both of these methods output an offset matrix which I supply to edgeR.

  1. Is there a way to combine the offsets produced by cqn and csaw to correct for both the trended bias and GC bias.
  2. Is there a better way to correct for these biases?
csaw chip-seq normalisation edger cqn

I suggest you to post it on Bioconductor supporting site as you are using csaw and edgeR. The authors of both softwares are very active there and you can quickly get professional answer.

0 answers

No answers yet.

Log in to answer this question.