Every real network — a social graph, a protein-interaction map, the web — carries more than just a list of who is connected to whom. It carries structure: clusters, hubs, motifs, short paths. But is that structure really surprising, or is it just a side-effect of the fact that some nodes happen to have many more connections than others?
To answer that question, scientists build a null model: a random version of the network that keeps one chosen property fixed while shuffling everything else. For networks, the property that matters most is the degree sequence — the exact list of how many edges each node has.
Degree-preserving rewiring is the standard algorithm for that task. Pick two edges at random, swap their endpoints, and repeat. After enough swaps the network is thoroughly randomized — yet every single node still has exactly the same number of connections it started with. Any structure that survives or disappears in the comparison is genuinely meaningful, not a trivial consequence of node degree.
The technique was popularized by Maslov and Sneppen in their 2002 study of protein interaction networks, and it has since become the default starting point for testing structural hypotheses in graph theory and computational biology.
Comments
Loading comments...