pathwayMeasures {CHRONOS} | R Documentation |
Pathway structural and functional aspects
pathwayMeasures(graphs)
graphs |
Pathway graphs as returned from
|
Structural and functional aspects of a pathway are calculated in respect to all organism pathways.
Matrix with pathness, betweeness centrality and degree values for each gene in the pathway graphs at it's columns.
# Load pathway graphs from toy data load(system.file('extdata', 'Examples//data.RData', package='CHRONOS')) # Calculate pathway structural and functional aspects measures <- pathwayMeasures(graphs)