pycrosstalker.plots.plot_clustermap
- pycrosstalker.plots.plot_clustermap(data, title, annot=True, return_figure=False)
This function generates a Clustermap plot
Parameters
- data :
Dataframe
- titlestr
Title of the plot
- annotbool
Whether to annotate the heatmap with values
- return_figure:
Option for return matplotlib figure axes
Returns
Python Cluster map