bp2.find.nodes: Solve dependencies between pathways and complexes

Description Usage Arguments Value Author(s) See Also Examples

Description

Creates a list of nodes and lists of dependencies between the nodes by recursiely traversing given pathways and complexes within the active bp2.model. The collected data includes list of proteins that are directly linked to each pathway and protein and lists of different types of connections between the nodes. These lists can be used ot construct graphs of nodes.

Usage

1
nodes <- bp2.find.nodes(pathways, complexes)

Arguments

pathways

List of "bp2.pathway" objects used as nodes. Can be empty.

complexes

List of "bp2.complex" objects used as nodes. Can be empty.

Value

Instance of "bp2.nodes" class.

Author(s)

Ossi Koivistoinen

See Also

"bp2.nodes", bp2.create.model

Examples

1
2
3
4
my.bp2 <- bp2.create.model(...)
pathways <- bp2.get.instances.of(my.bp2@all.objects, "bp2.pathway")
complexes <- bp2.get.instances.of(my.bp2@all.objects, "bp2.complex")
nodes <- bp2.find.nodes(pathways, complexes)

microbiome/biopax2 documentation built on May 22, 2019, 9:56 p.m.