pathwayMeasures: Pathway structural and functional aspects

Description Usage Arguments Details Value Examples

View source: R/pathwayMeasures.R

Description

Pathway structural and functional aspects

Usage

1

Arguments

graphs

Pathway graphs as returned from createPathwayGraphs.

Details

Structural and functional aspects of a pathway are calculated in respect to all organism pathways.

Value

Matrix with pathness, betweeness centrality and degree values for each gene in the pathway graphs at it's columns.

Examples

1
2
3
4
5
# Load pathway graphs from toy data
load(system.file('extdata', 'Examples//data.RData', package='CHRONOS'))

# Calculate pathway structural and functional aspects
measures <- pathwayMeasures(graphs)

CHRONOS documentation built on Nov. 8, 2020, 8:30 p.m.