Hi,
I have some WGBS data in BED format (e.g., chr1 10470 10472 0.667 3 C:0.500:2,G:1.000:1
) and I want to bin the data into fixed-size windows, such as 1 kb, and then apply smoothing similar to what BSmooth does. I tried to utilized BSmooth but it doesn’t seem to support outputting the window coordinates directly. I’d also like to ensure that each window contains enough data—ideally avoiding windows that are empty or have very few CpG sites.
Does anyone have any ideas on how to achieve this?
Thanks for your reply. It’s a great tool, and I did end up using it in some way.
You're welcome and I'm glad it is useful.