I have methylation data from Infinium 450K and I found out differentially methylated regions. Is there a way to find the equally methylated regions as well, particularly in R.
Recommendation for any Package with commands would be highly appreciated.
Once you found the DMRs with your significance thresholds (P.Adj and FC), then you can state that all the other analyzed regions are not differentially methylated because they fall above the thresholds. The most used R package for this kind of analysis is limma.