Learn R Programming

Patterns (version 1.4)

analyze_network,omics_network-method: Analysing the network

Description

Calculates some indicators for each node in the network.

Usage

# S4 method for omics_network
analyze_network(Omega, nv, label_v = NULL)

Value

A matrix containing, for each node, its betweenness,its degree, its output, its closeness.

Arguments

Omega

a omics_network object

nv

the level of cutoff at which the analysis should be done

label_v

(optionnal) the name of the genes

Author

Bertrand Frederic, Myriam Maumy-Bertrand.

Examples

Run this code

data(network)
analyze_network(network,nv=0)

Run the code above in your browser using DataLab