Identification of major signals for specific cell groups and general communication patterns
identifyCommunicationPatterns(
object,
slot.name = "netP",
pattern = c("outgoing", "incoming"),
k = NULL,
k.range = seq(2, 10),
heatmap.show = TRUE,
color.use = NULL,
color.heatmap = "Spectral",
title.legend = "Contributions",
width = 4,
height = 6,
font.size = 8
)
CellChat object
the slot name of object that is used to compute centrality measures of signaling networks
"outgoing" or "incoming"
the number of patterns
a range of the number of patterns
whether showing heatmap
the character vector defining the color of each cell group
a color name in brewer.pal
the title of legend in heatmap
width of heatmap
height of heatmap
fontsize in heatmap