TrEE-TIMC / circhic

A python library to display HiC data on a circular strip and to integrate genomic data
https://tree-timc.github.io/circhic/
Other
1 stars 2 forks source link

distances must be en bp #27

Open ijunier opened 4 years ago

ijunier commented 4 years ago

inner_gdis outer_gdis

NelleV commented 4 years ago

That is already the case. I personally prefer working in bins, but the code assumes that you provide the lengths of the chromosome and the resolution of the data, thus if you provide the lengths in bp and the corresponding resolution of the data, it will work as if you provide the lengths in number of bins and a resolution of 1.

Note that you can provide different functions with different resolution data.