netAnalysis_computeCentrality | R Documentation |
NB: This function was previously named as 'netAnalysis_signalingRole'. The previous function 'netVisual_signalingRole' is now named as 'netAnalysis_signalingRole_network'.
netAnalysis_computeCentrality(
object = NULL,
slot.name = "netP",
net = NULL,
net.name = NULL,
thresh = 0.05
)
object |
CellChat object; If object = NULL, USER must provide 'net' |
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 |
thresh |
threshold of the p-value for determining significant interaction |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.