Heatmap showing the centrality scores/importance of cell groups as senders, receivers, mediators and influencers in a single intercellular communication network
netAnalysis_signalingRole_network(
object,
signaling,
slot.name = "netP",
measure = c("outdeg", "indeg", "flowbet", "info"),
measure.name = c("Sender", "Receiver", "Mediator", "Influencer"),
color.use = NULL,
color.heatmap = "BuGn",
width = 6.5,
height = 1.4,
font.size = 8,
font.size.title = 10,
cluster.rows = FALSE,
cluster.cols = FALSE
)
CellChat object
a character vector giving the name of signaling networks
the slot name of object that is used to compute centrality measures of signaling networks
centrality measures to show
the names of centrality measures to show
the character vector defining the color of each cell group
a color name in brewer.pal
width of heatmap
height of heatmap
fontsize in heatmap
font size of the title
whether cluster rows
whether cluster columns