Heatmap.draw

Contents

Heatmap.draw#

missionbio.plotting.heatmap.Heatmap.draw

Heatmap.draw() Figure#

Create the heatmap figure.

Returns:
go.Figure:

The heatmap with the grouped rows and columns. There are four traces in it.

  1. The heatmap for the y-axis grouping.

  2. The heatmap of the given dataframe.

  3. The scatterplot drawing the lines for heatmap-1

  4. The scatterplot drawing the lines for heatmap-2


< Class Heatmap