.. _f-linkage: module ``graphhelper.linkage`` ============================== .. inheritance-diagram:: pyensae.graphhelper.linkage Short summary +++++++++++++ module ``pyensae.graphhelper.linkage`` dendogram, heatmap functionalities. It comes from `linkage.py `_ which I copied here because the module does not properly work on Python 3 (import issues). See also `biokit license `_. :author: Thomas Cokelaer :githublink:`%|py|12` Classes +++++++ +--------------------------------------------------------+---------------------------------------------------------------------------------------------------+ | class | truncated documentation | +========================================================+===================================================================================================+ | :class:`Linkage ` | Linkage used in other tools such as Heatmap, the class requires `scipy `_. | +--------------------------------------------------------+---------------------------------------------------------------------------------------------------+ Methods +++++++ +--------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | method | truncated documentation | +====================================================================+==========================================================================================================================+ | :py:meth:`__init__ ` | unused | +--------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :meth:`linkage ` | Mostly calls `linkage `_. ... | +--------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyensae.graphhelper.linkage :members: :special-members: __init__ :show-inheritance: