hic3defdr.plotting.distance_dependence module

hic3defdr.plotting.distance_dependence.plot_dd_curves(row, col, before, after, repnames=None, log=True, **kwargs)[source]

Plots a comparison of distance dependence curves before and after scaling.

Parameters:
  • col (row,) – Row and column indices identifying the location of pixels in before and after.
  • after (before,) – Counts per pixel before and after scaling, respectively.
  • repnames (list of str, optional) – Pass the replicate names in the same order as the columns of before and after.
  • log (bool) – Pass True to log both axes of the distance dependence plot.
  • kwargs (kwargs) – Typical plotter kwargs.
Returns:

The axis plotted on.

Return type:

pyplot axis