lib5c.plotters.convergency module

Module for plotting bar charts illustrating motif convergency quantification results computed using the lib5c.algorithms.convergency module.

lib5c.plotters.convergency.plot_convergency(convergency_results, **kwargs)[source]

Plots a convergency bar plot.

Parameters
  • convergency_results (dict) – Return value of lib5c.algorithms.convergency.compute_convergency().

  • kwargs (kwargs) – Typical plotter kwargs.

Returns

The axis plotted on.

Return type

pyplot axis