lp_car: Link prediction with the CAR index

Description Usage Arguments Value Author(s) References Examples

View source: R/link_predictors.R

Description

Given a network of interest, it computes the likelihood score of interaction, for all disconnected node pairs, with the Cannistraci-Alanis-Ravasi index (CAR).

Usage

1
lp_car(g)

Arguments

g

igraph; The network of interest.

Value

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.

Author(s)

Gregorio Alanis-Lobato galanisl@uni-mainz.de

References

Cannistraci, C. V. et al. (2013) From link-prediction in brain connectomes and protein interactomes to the local-community-paradigm in complex networks. Sci. Rep. 3:1613

Examples

1
2
# Apply the CAR link predictor to the Zachary Karate Club network
car <- lp_car(g = karate_club)

galanisl/LinkPrediction documentation built on May 17, 2019, 12:10 p.m.