Random Network Plugin

Barbasi-Albert Tutorial


  1. Go to the Cytoscape menu and select: Plugins → Random Network Plugin → Generate Random Network


  2. Select Barabasi-Albert Model check box and select the "Next" button.



  3. The variables are explained below:


    • Number of Nodes:  The number of nodes in the random network.  The number here has to be a natural number greater than 0.
    • Minimum Edges per node:  The number of edges to add to a node when it is added to the network.  Must be an integer greater than 0.
    • Initial Number of Nodes:   The algorithm creates an initial seed network, which become hub nodes in the resulting network.  This value must be an integer greater than 2.
    • Undirected: If this checkbox is selected then the resulting Cytoscape network may only have a single edge between any two nodes.  As of Cytoscape 2.6.0 only directed edge may actually exist, however, this should change as of v.3.0.

  4. Below is the resulting network from the values given above.  The hierarchical layout was applied separate from our algorithms to show the formation of hub nodes (nodes with high degree).

      The resulting network has 50 nodes and 100 edges.






  5.