Hi everybody,
I have (h)MeDip data from two different cell types I would like to compare to identify D(h)MR between the two cells. I used MACS 2 to call peaks and calculated a enrichment value according to this formula:

which is more or less the log2 fold ration of sequencing reads for a peak between antibody treated sample and non-antibody treated control (normalized by total number of reads). To compare now my two cells I calculated the log2fold change of the mean of the enrichment value (I have all experiments in triplicates) of the two cell types. Using this strategy I identify several regions with great GO terms of the nearest gene (which makes absolutely sense in the biological context of the experiment).
However I calculate a log2fold change with numbers already on a log2fold scale, sounds a bit weird for me (however iam a biologist and have no clue about mathematics in general ;) ). Furthermore I tried simply to calculate the fold change and setting up new cutoff parameters comparable to the previous used on the log2 scale, however I loss a lot of potential DMR regions.
Therefor can I continue to calculate the log2fold ration of the two enrichment values or is this simply wrong? Alternatives?
Thanks a lot,
Flo
1 answer
Not a good idea to use log2 ratios to compute other ratios. Why don't you simply compute new log2 ratios for the other samples you want to compare (you can use deeptools for this, see the documentation for bamCompare).
Log in to answer this question.
Why don't you just not take the log2 of the fold change? (when you take a ratio b/w sample and control)
Sorry I am still not sure which method I should use. Is the following pipeline correct if I want to identify differential methylated region between celltype A and celltype B (especially about 6 Iam not sure).
Is this correct (especially step 6)?
Right now I do the same until step 5 but instead of going back to the raw reads I subtract the enrichment value of cell B from cell A to obtain a value which expressed the differences of methylation of a genomic location (peak) between the two cell types.
Thanks for your advice,
Flo