Weighted network

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found. A weighted network is a network where the ties among nodes have weights assigned to them. A network is a system whose elements are somehow connected (Wasserman and Faust, 1994).[1] The elements of a system are represented as nodes (also known as actors or vertices) and the connections among interacting elements are known as ties, edges, arcs, or links. The nodes might be neurons, individuals, groups, organisations, airports, or even countries, whereas ties can take the form of friendship, communication, collaboration, alliance, flow, or trade, to name a few.

In a number of real-world networks, not all ties in a network have the same capacity. In fact, ties are often associated with weights that differentiate them in terms of their strength, intensity, or capacity (Barrat et al., 2004) [2] and Horvath (2011).[3] On the one hand, Mark Granovetter (1973)[4] argued that the strength of social relationships in social networks is a function of their duration, emotional intensity, intimacy, and exchange of services. On the other, for non-social networks, weights often refer to the function performed by ties, e.g., the carbon flow (mg/m²/day) between species in food webs (Luczkowich et al., 2003),[5] the number of synapses and gap junctions in neural networks (Watts and Strogatz, 1998),[6] or the amount of traffic flowing along connections in transportation networks (Opsahl et al., 2008).[7]

By recording the strength of ties,[8] a weighted network can be created (also known as a valued network). Below is an example of such a network (weights can also be visualized by giving edges different widths):

File:Weighted network.svg

Weighted networks are also widely used in genomic and systems biologic applications. (Horvath, 2011).[3] For example, weighted gene co-expression network analysis (WGCNA) is often used for constructing a weighted network among genes (or gene products) based on gene expression (e.g. microarray) data (Zhang and Horvath 2005).[9] More generally, weighted correlation networks can be defined by soft-thresholding the pairwise correlations among variables (e.g. gene measurements).[10]

Measures for weighted networks

Although weighted networks are more difficult to analyse than if ties were simply present or absent, a number of network measures has been proposed for weighted networks:

  • Node strength: The sum of weights attached to ties belonging to a node (Barrat et al., 2004)[2]
  • Closeness: Redefined by using Dijkstra's distance algorithm (Newman, 2001)[11]
  • Betweenness: Redefined by using Dijkstra's distance algorithm (Brandes, 2001)[12] (details)
  • The clustering coefficient (global): Redefined by using a triplet value (Opsahl and Panzarasa, 2009)[13]
  • The clustering coefficient (local): Redefined by using a triplet value (Barrat et al., 2004)[2] or using an algebraic formula (Zhang and Horvath 2005) [9]

A theoretical advantage of weighted networks is that they allow one to derive relationships among different network measures (also known as network concepts, statistics or indices.[3] For example, Dong and Horvath (2007) [14] show that simple relationships among network measures can be derived in clusters of nodes (modules) in weighted networks. For weighted correlation networks, one can use the angular interpretation of correlations to provide a geometric interpretation of network theoretic concepts and to derive unexpected relationships among them Horvath and Dong (2008) [15]

Software for analysing weighted networks

There are a number of software packages that can analyse weighted networks, see Social network analysis software. Among these are the proprietary software UCINET and the open-source package tnet.

The WGCNA R package implements functions for constructing and analyzing weighted networks in particular weighted correlation networks.[10]

See also

Disparity filter algorithm of weighted network

References

  1. Wasserman, S., Faust, K., 1994. Social Network Analysis: Methods and Applications. Cambridge University Press, New York, NY.
  2. 2.0 2.1 2.2 Lua error in package.lua at line 80: module 'strict' not found.
  3. 3.0 3.1 3.2 Horvath, S., 2011. Weighted Network Analysis. Applications in Genomics and Systems Biology. Springer Book. ISBN 978-1-4419-8818-8.
  4. Granovetter, M., 1973. The strength of weak ties. American Journal of Sociology 78(6), 1360-1380
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. http://toreopsahl.com/2009/02/06/operationalisation-of-tie-strength/
  9. 9.0 9.1 Lua error in package.lua at line 80: module 'strict' not found.
  10. 10.0 10.1 Lua error in package.lua at line 80: module 'strict' not found. open access publication - free to read
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. Lua error in package.lua at line 80: module 'strict' not found.
  13. Lua error in package.lua at line 80: module 'strict' not found.
  14. Dong J, Horvath S (2007) Understanding Network Concepts in Modules. BMC Systems Biology 2007, June 1:24 open access publication - free to read
  15. Lua error in package.lua at line 80: module 'strict' not found. open access publication - free to read