We used NetworkX for analysing the interaction between Inferred Links of high-throughput protein-protein interactions.
NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. Details about networkx can can be found here, https://networkx.github.io/documentation/stable/index.html.
https://www.inetbio.org/wormnet/downloadnetwork.php
- Data Type: DM-HT
- Organism: fly(D.melanogaster)
- Links: 4660
- Description: Inferred Links by high-throughput protein-protein interactions
-
Build the corresponding network (G) with Networkx
-
Find number of nodes, number of edges and the average degree of the network
-
Find the density of the network
-
Find the minimum spanning tree in G and draw it
-
Draw the degree distribution histogram
-
Find the largest connected component of the network (LC) and implement the tasks:
i. Draw LC.
ii. Find its diameter
iii. Find center of LC
iv. Find the number of clique communities with 3 nodes
v. Find the protein, that change in its status, has potentially the biggest effect on the rest of the network