Learn R Programming

CellChat (version 1.0.0)

netAnalysis_computeCentrality: Compute the network centrality scores allowing identification of dominant senders, receivers, mediators and influencers in all inferred communication networks

Description

NB: This function was previously named as `netAnalysis_signalingRole`. The previous function `netVisual_signalingRole` is now named as `netAnalysis_signalingRole_network`.

Usage

netAnalysis_computeCentrality(
  object,
  slot.name = "netP",
  net = NULL,
  net.name = NULL
)

Arguments

object

CellChat object

slot.name

the slot name of object that is used to compute centrality measures of signaling networks

net

compute the centrality measures on a specific signaling network given by a 2 or 3 dimemsional array net

net.name

a character vector giving the name of signaling networks

Value