from sequana.viz import heatmap, dendogram
df = heatmap.get_heatmap_df()
h = dendogram.Dendogram(df)
h.plot()