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