computeNetSimilarity | R Documentation |
Compute signaling network similarity for any pair of signaling networks
computeNetSimilarity(
object,
slot.name = "netP",
type = c("functional", "structural"),
k = NULL,
thresh = NULL
)
object |
CellChat object |
slot.name |
the slot name of object that is used to compute centrality measures of signaling networks |
type |
"functional","structural" |
k |
the number of nearest neighbors |
thresh |
the fraction (0 to 0.25) of interactions to be trimmed before computing network similarity |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.