Create a network visualization of cell-cell communication
plotCommunicationNetwork(
object,
metabolite = NULL,
min_score = 0,
layout = "fr",
node_size_by = "degree",
edge_width_scale = 2,
colors = NULL
)scMetaLink object
Character. Specific metabolite (NULL for aggregated)
Numeric. Minimum score threshold
Character. Network layout algorithm
Character. Size nodes by "degree" or "centrality"
Numeric. Scale factor for edge widths
Named vector. Colors for cell types
A ggplot object