Hi all,
I'm using deeptools bamcoverage to output the coverage of my bam files window by window. For my analysis the windows have to be of constant size, but "If consecutive bins have the same number of reads overlapping, they will be merged" by the tool. Is there a way to disable this? I haven't seen anything in the documentation but maybe I'm blind. I realise I could find a way to correct this in R, but it is giving me a bit of a headache at the moment so I was wondering if there was an easy solution I've been perhaps overlooking...
Thanks!
I see, I was working with the bigwig output, which made it seem like unmerged consecutive windows might be an option - thanks a lot for your suggestion though, I'll have a go at it and see how I get on!