I am trying to identify enriched regions(peaks) between m6A RNA methylation RIP-seq and input data. For that, the human genome need to be split into non-overlapping 20 nt windows, then I need to calculate the coverage for each window. Finally, I will use the Fisher test to test the window enrichment between IP and input.

The available files in GEO ( https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE83561 ) are bigwig files ( signal values represent normalized reads per million of mapped reads) for each IP and input replicates.

Can I convert the bigwig to bedGraph file and use these coordinates for calculating the coverage, or I need the original Sam to get the coordinates of all the mapped reads?

Bioinformatics.

Similar questions and discussions