This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Can DNA Methylation data of different samples from Human Methylation 27 and 450 platforms be combined using common set of 25,978 CpG sites?

I am studying the Kidney Renal Clear Cell Carcinoma (TCGA-KIRC) data set of TCGA. The DNA methylation datatype has 200 samples from Human Methylation 27 platform and 300 samples from Human Methylation 450 platform. These two platforms have methylation beta values for a common set of 25,978 CpG sites. Can I simply combine the samples from the two platforms using only the common set of 25,978 features?

rna-seq genome

1 answer

Yes, simple combining can be done. However I would suggest use existing implementations in packages such as minfi or MethylMix. In minfi there exists a function called 'combineArrays'.

Should the data matrices corresponding to the different platforms be given as input to the combineArrays function?

Can you suggest a reference where simple combination has been done?

Log in to answer this question.