Hi,
I am working with some of the public datasets for which the only information available is a wig file. Which looks like this :-
track type=wiggle_0 name="H1 combined" visibility=full color=20,150,20 altColor=150,20,20 windowingFunction=mean
variableStep chrom=chr1
10469 0.766666666666667
10470 0.766666666666667
10471 0.896551724137931
10472 0.896551724137931
10484 0.862068965517241
10485 0.862068965517241
10489 0.939393939393939
10490 0.939393939393939
10493 0.733333333333333
10494 0.733333333333333
10497 0.848484848484849
10498 0.848484848484849
10525 0.942857142857143
10526 0.942857142857143
10542 0.909090909090909
10543 0.909090909090909
10563 0.909090909090909
10564 0.909090909090909
10571 0.947368421052632
10572 0.947368421052632
How can I find Partially methylated regions for such files?
What window or stepsize should I use?