duplication_divergence_graph¶
-
duplication_divergence_graph(n, p, seed=None)[source]¶ Returns an undirected graph using the duplication-divergence model.
A graph of
nnodes is created by duplicating the initial nodes and retaining edges incident to the original nodes with a retention probabilityp.Parameters: Returns: G
Return type: Raises: NetworkXError– If \(p\) is not a valid probability. If \(n\) is less than 2.References
[1] I. Ispolatov, P. L. Krapivsky, A. Yuryev, “Duplication-divergence model of protein interaction network”, Phys. Rev. E, 71, 061911, 2005.