Entering edit mode
I didn't see this in the documentation so I thought I'd ask here.
I was wondering whether there was any way to get more data about the merged regions from MEDIPS.mergeFrames. Specifically, I was thinking about pValue, absolute counts, rpkm, and log2FC. I'm assuming that these would be average values ... which would be fine. The researchers I'm working with are just looking for a table that has this information summarized so they can more quickly browse differentially methylated regions.
Is this possible, or will I need to write a script to run the calculations myself?
I decided to go ahead and write a bash script to compile the data. I also went with minimum p-value instead of averaging (I know its not valid ... we were just looking for a way to attach some measure of significance to the merged interval).
Thanks for the feedback anyway. I may try using the methods you posted in the future.