cohesiveness | R Documentation |
Calculates cohesiveness of complete network based on total edge weight of all proteins Or Determine network cohesiveness after removal of a node of interest
cohesiveness(v = NULL, net, p = 0.1)
v |
A node/protein name which will be removed (by default NULL, i.e., none of nodes will be removed and the cohesiveness value will be of complete network). |
net |
An igraph graph object. |
p |
A penalty term which measures the inaccuracy of the network interaction. The default value of p is set to 0.1. |
A single numeric value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.