visualize_heatmap {CINNA} | R Documentation |
Heatmap plot between centrality measures
Description
This function draws heatmap between pair of centrality measures
Usage
visualize_heatmap(x, scale = TRUE)
Arguments
x |
a list indicating calculated centrality measures |
scale |
Whether the centrality values should be scaled or not |
Details
This function illustrates the heatmap plot of computed centrality measures.
Value
The function generates a heatmap plot between pairs of centrality measures. The function takes a list x as input, which contains the computed centrality measures. If the scale parameter is set to TRUE, the centrality values will be scaled before plotting the heatmap. The function creates a heatmap plot, where each cell represents the correlation between a pair of centrality measures. The color of each cell indicates the strength and direction of the correlation. The function returns the heatmap plot.
Author(s)
Minoo Ashtiani, Mehdi Mirzaie, Mohieddin Jafari