Positions to genes in minfi
2
0
Entering edit mode
Asma rabe ▴ 290
@asma-rabe-4697
Last seen 6.2 years ago
Japan

Hi,

I used minfi package to analyze 450K methylation data. I got a list of regions that are differentially methylated.

I would like to know how can i convert the DMR regions into genes to asses which genes are hypo/hyper methylated.

Thank you.

genomicranges minfi • 1.0k views
ADD COMMENT
1
Entering edit mode
@james-w-macdonald-5106
Last seen 2 hours ago
United States

Does ?nearest help you?

ADD COMMENT
0
Entering edit mode

Hi James,

nearest helped me to find the nearest gene to the DMR.

nearest(x, subject, select ="all")

returns all overlapping regions which are mostly redundant transcript, since i am interested in unique gene names I used

nearest(x, subject) #arbitrary is the default.

How to ensure that a single DMR (identified by bump hunter in minfi library ) is overlapping only with one gene? Is it possible that DMR overlaps with more than one gene?

Thank you.

ADD REPLY
0
Entering edit mode
Asma rabe ▴ 290
@asma-rabe-4697
Last seen 6.2 years ago
Japan

Hi James,

nearest helped me to find the nearest gene to the DMR.

nearest(x, subject, select ="all")

returns all overlapping regions which are mostly redundant transcript, since i am interested in unique gene names I used

nearest(x, subject) #arbitrary is the default.

How to ensure that a single DMR (identified by bump hunter in minfi library ) is overlapping only with one gene? Is it possible that DMR overlaps with more than one gene?

Thank you.

 

ADD COMMENT

Login before adding your answer.

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