cohesiveness: Calculates cohesiveness of complete network based on total...

View source: R/netva.R

cohesivenessR 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

Description

Calculates cohesiveness of complete network based on total edge weight of all proteins Or Determine network cohesiveness after removal of a node of interest

Usage

cohesiveness(v = NULL, net, p = 0.1)

Arguments

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.

Value

A single numeric value.


kr-swapnil/NetVA documentation built on April 15, 2024, 8:32 p.m.