Hi,
There's some issue with bin. It is not producing bins for regions without data in the wiggle file, even after doing fillIn.
Instead it is just making a large bin with score = 0. But I want 100 bp bins regardless of whether there is data. And fillIn should work.
As you can see, there is an entry "chr1 300 1800 0.000000".
But the expected behavior should be as below, or at least an option to do that.
chr1 300 400 0.0000
chr1 400 500 0.0000
chr1 500 600 0.0000
...
Hi, There's some issue with bin. It is not producing bins for regions without data in the wiggle file, even after doing fillIn. Instead it is just making a large bin with score = 0. But I want 100 bp bins regardless of whether there is data. And fillIn should work.
As you can see, there is an entry "chr1 300 1800 0.000000". But the expected behavior should be as below, or at least an option to do that. chr1 300 400 0.0000 chr1 400 500 0.0000 chr1 500 600 0.0000 ...