Description Usage Arguments Value Author(s)
View source: R/link_predictors.R
Given a network of interest, it computes the likelihood score of interaction,
for all disconnected node pairs, with the link predictors provided by igraph.
This function is used by lp_jc
, lp_dice
and lp_aa
.
1 | lp_igraph(g, method)
|
g |
igraph; The network of interest. |
method |
character; One of "jaccard", "dice" or "invlogweighted". |
Tibble with the following columns:
nodeA |
The ID of a network node. |
nodeB |
The ID of a network node. |
scr |
The likelihood score of interaction for the node pair. |
Gregorio Alanis-Lobato galanisl@uni-mainz.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.