Hello, guys I am currently learning to use the TCGA-Assembler package to process methylated chips from TCGA. TCGA-Assembler provides a function (CalculateSingleValueMethylationData) to calculate the average methylation level of a particular region of a gene.
However, for GEO data, how to calculate the average methylation level of the gene promoter region using R. I look forward to your reply. thank you very much
Thank you for your help, I will try it.
I am not familiar with GEO but data should contain probe level information. The genomic locations of the probes can be extracted from Illumina450K annotation given the data has been retrieved by that.Illumina Manifest. Once you have that then the paper outlines a method for associating beta value to a gene in which if the probes are present within TSS200 then the mean of all those probes is used, otherwise mean of probes in 1st Exon is taken and if 1stExon is also not there then mean of probes present in TSS1500 is used.
Thanks for the additional information, noorpratap. It reminds that, in fact, the Illumina 450k methylation metadata indicates whether or not the probe is in a promoter region ('promoter' as defined by Illumina).
a511512345, you may simply want to check whether you already have information on the probes overlapping the promoter regions. Take a look at the Illumina Manifest to which noorpratap refers