bsxplorer.Clusters.ClusterPlot.draw_plotly

ClusterPlot.draw_plotly(method='average', metric='euclidean', cmap: str = 'cividis', tick_labels: list[str] | None = None, **kwargs)[source]

Draws clustermap with plotly imshow.

Parameters:
  • method – Method for hierarchical clustering.

  • metric – Metric for distance calculation

  • cmap – Colormap to use

Return type:

plotly.graph_objects.Figure