pycrosstalker.plots.plot_graph_clustermap
- pycrosstalker.plots.plot_graph_clustermap(graph, weight='LRScore', title='Ligand-Receptor Heatmap', annot=True)
This function generates the graph adjacency matrix Heatmap
Parameters
- data :
Dataframe
- weightstr
The weight attribute to use for the adjacency matrix, default is “LRScore”
- titlestr
Title of the plot
- annotbool
Whether to annotate the heatmap with values
Returns
Python Cluster map