Asking about programs and methods to get gene methylation profiles
1
0
Entering edit mode
5.8 years ago

Can you gently provide me with programs and methods to get gene methylation profiles such as the image shown below enter image description here

methylation profiles • 1.8k views
ADD COMMENT
3
Entering edit mode
ADD REPLY
1
Entering edit mode

I guess that this is custom code. Given that you have methylation calls for individual CpGs, you might bin the gene into fractions of, say 0.01 so 1%-wise, and then average the methylation status of the CpGs per bin (be it binary - met or unmet, or averaging the methylation percentage per CpG). I would probably implement this using the R GenomicRanges and use its intersection functions for the downstream. Keep in mind that genes have extreme differences in length, ranging from like 3kb (CEBPA) over like 38kb (UBXN11) or 101kb (VOPP1) to up to 2Mb (DMD), so the question is how informative a plot like this is, especially because no information about the variances are provided (the last sentence is just thinking aloud).

ADD REPLY
3
Entering edit mode
5.8 years ago
igor 13k

You can try EnrichedHeatmap. There even some methylation-specific examples in the vignette.

enter image description here

There are also some advanced layout options available:

enter image description here

ADD COMMENT

Login before adding your answer.

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