Very helpful, thanks! I wonder if you'd also know what package to use for performing GO annotations on MEDIPS results? I'd like to do GO annotations so I can visualize the results with clusterProfiler.
Plotting MBD-seq results
Does anyone know of any programs or R packages to plot MBD-seq methylation status results like this? Thanks!
I'm using the R package MEDIPS for my analysis.

• 2,083 views
•
link
1 answer
The deepTools package can do things like this
https://deeptools.readthedocs.io/en/develop/content/tools/plotProfile.html
You would prepare coverage files in the form of bigwigs with computeMatrix
https://deeptools.readthedocs.io/en/develop/content/tools/computeMatrix.html\
Converting aligned reads to bigwig is generally done from things like macs, which automatically makes wig files, or bedtools genomecov which creates a bedgraph file from a inputted bam, and then run bedGraphToBigWig
• 0 views
•
link
• 0 views
•
link
Log in to answer this question.