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

FIX stupid API for plot_bands #48

Closed NelleV closed 4 years ago

NelleV commented 4 years ago

The argument resolution should be provided only for functions for which there is a need to know the resolution (ie, functions that take as input data something binned). plot_bands and set_genomic_labels are not such functions: the input data should be at the same resolution as the lengths argument, and the user should just know to provide them at the same resolution.

closes #46