getBackboneNetwork: Extract the backbone of a network.

Description Usage Arguments Value

Description

Based on the following paper: Serrano, M. Á., Boguñá, M., & Vespignani, A. (2009). Extracting the multiscale backbone of complex weighted networks. Proceedings of the National Academy of Sciences, 106(16), 6483-6488.

Usage

1
2
3
getBackboneNetwork(g, alpha = 0.05, direction = "none",
  delete.isolates = T, max.vertices = NULL, use.original.alpha = T,
  k.is.Nvertices = F)

Arguments

g

A graph in the 'Igraph' format.

alpha

The threshold for the alpha. Can be interpreted similar to a p value (see paper for clarrification).

direction

direction = 'none' can be used for both directed and undirected networks, and is (supposed to be) the disparity filter proposed in Serrano et al. (2009) is used. By setting to 'in' or 'out', the alpha is only calculated for out or in edges. This is an experimental use of the backbone extraction (so beware!) but it seems a logical application.

delete.isolates

If TRUE, vertices with degree 0 (i.e. no edges) are deleted.

max.vertices

Optional. Set a maximum number of vertices for the network to be produced. The alpha is then automatically lowered to the point that only the given number of vertices remains connected (degree > 0). This can be usefull if the purpose is to make an interpretation friendly network. See e.g., http://jcom.sissa.it/archive/14/01/JCOM_1401_2015_A01

use.original.alpha

if max.vertices is not NULL, this determines whether the lower alpha for selecting the top vertices is also used as a threshold for the edges, or whether the original value given in the alpha parameter is used.

Value

A graph in the Igraph format


kasperwelbers/semnet documentation built on May 20, 2019, 7:38 a.m.