A list of processed pathway graphs adjacency matrices(adjMats)
A list of processed pathway genes and interactions between them
(lexicon)
To extract non linear subpaths from a pathway graph, all interactions
between nodes of belonging to k-cliques are found. The ones that correspondTo extract non linear subpaths from a pathway graph, all interactions
between nodes of belonging to k-cliques are found. The ones that correspond
to actual interactions between genes make up the non linear subpath.
# Load pathway graphs from toy dataload(system.file('extdata', 'Examples//data.RData', package='CHRONOS'))
# Extract linear subpathwaysnliSubs <- extractNonLinearSubpathways(graphs=graphs)