How to normalized the different cancers of Level 3 TCGA data of DNA Methylation
1
1
Entering edit mode
8.5 years ago
sheny ▴ 20

Hi, I just found different tumor-specific working groups may do the job differently. So although the level 3 data of each cancer on DNA methylation (450K) has been normalized, if I want to put the different types of cancer together, I still need to normalized again. My question is how to deal with these beta values?

methylation • 3.1k views
ADD COMMENT
1
Entering edit mode

Anybody knows how to normalize the beta distributed data. Thanks

ADD REPLY
0
Entering edit mode

Thanks so much. It is useful

ADD REPLY
2
Entering edit mode
8.4 years ago
Shicheng Guo ★ 9.4k

Actually, you can use quantile normalization to deal with this problem.

library("preprocessCore")
normalize.quantiles(datamatrix,copy=TRUE)
ADD COMMENT

Login before adding your answer.

Traffic: 2021 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