analyze_network-omics_network-method: Analysing the network

analyze_network,omics_network-methodR Documentation

Analysing the network

Description

Calculates some indicators for each node in the network.

Usage

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

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

Value

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

Author(s)

Bertrand Frederic, Myriam Maumy-Bertrand.

Examples


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


Patterns documentation built on Dec. 1, 2022, 5:09 p.m.