Stefano Cretti

Results 1 comments of Stefano Cretti

Hey @kloetzl, what you linked is the documentation for ```matrix().fetch()```, not ```pixels().fetch()```. ```pixels().fetch()``` does not allow for a second region parameter. ```python import cooler handle = cooler.Cooler("test_files/yeast.10kb.cool") print(handle.pixels().fetch("chrII", "chrII")) ```...