Description Usage Arguments Value Examples
View source: R/subExtractionNonLinear.R
Non linear subpathway extraction from pathway graphs
1 2 | extractNonLinearSubpathways(graphs, pathways, a, b, k, filter, groupMode,
export, verbose)
|
graphs |
Pathway graphs as returned from
|
pathways |
The subset of pathways from whom subpathways are to be
extracted. |
a |
Minimum subpathway length. |
b |
Maximum subpathway length. |
k |
Clique size. |
filter |
Filter the subpaths with user genes (TRUE). |
groupMode |
Expand paralogues ('expand') or collapse them to a single
entry ('collapse'). |
export |
Exports subpaths in CHRONOS/extdata/Output/Subpaths/Non-Linear/
<org> folder. |
verbose |
Display informative messages (TRUE) Requires previous execution of |
Returns a list consisting of
A matrix of linear subpathways (subpaths)
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 correspond
To 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.
1 2 3 4 5 | # Load pathway graphs from toy data
load(system.file('extdata', 'Examples//data.RData', package='CHRONOS'))
# Extract linear subpathways
nliSubs <- extractNonLinearSubpathways(graphs=graphs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.