lp_l3: Link prediction with L3

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 L3 link predictor.

Usage

1
lp_l3(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

Kovacs, I. A., et al. (2018) Network-based prediction of protein interactions. bioRxiv 275529 doi: https://doi.org/10.1101/275529

Examples

1
2
# Apply the L3 link predictor to the Zachary Karate Club network
l3 <- lp_l3(g = karate_club)

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