Description Usage Arguments Details Value Examples
View source: R/pathwayMeasures.R
Pathway structural and functional aspects
1 | 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.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.