Working with Differentially Methylated Regions(DMRs)
1
0
Entering edit mode
6.6 years ago

I was working on DNA methylation data downloaded from TCGA portal. Specifically I was working on Illumina 450K array. I am using minfi package for my analysis. I initally used dmpfinder to identify cpg sites but I get more than 100k sites which is way too much for my analysis. I also looked at bumpFinder which gives differentially methylated regions(DMRs). Problem is I struggle with interpreting DMRs. Specifically I want to feed them to my Machine Learning pipeline. I am struggling to quantify a DMR. Any methods out there would be really helpful.

DNA methylation DMRs Minfi TCGA • 2.6k views
ADD COMMENT
0
Entering edit mode
6.6 years ago

I also recently analysed methylation data from the TCGA and I just applied a Wilcoxon Signed Rank Test (in R) to each probe, adjusting P values by FDR. I also calculated the difference in mean β value between the probe in tumours and normals.

A statistically significant probe was then defined as one that passed 5% FDR and had a difference in mean β value of >|0.15| (absolute 0.15)

Between tumour and normal using the 450K chip, this gives me ~75,000 significant probes, which I would expect between tumour and normal. If I go to 1% FDR and difference in mean β>|0.60|, I get just 303 probes.

ADD COMMENT

Login before adding your answer.

Traffic: 1344 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6