This function requires rBiopaxParser
installed.Users can specify whether files are processes as metabolic or signaling networks.
Metabolic networks are given as bipartite graphs, where metabolites and reactions represent
vertex types. Reactions are constructed from Conversion
classes, connecting them
to their corresponding Left
s and Right
s. Each reaction vertex has genes
attribute,
listing all Catalysis
relationships of this reaction. As a general rule, reactions inherit all annotation
attributes of its catalyzig genes.
Signaling network have genes as vertices and edges represent interactions, such as activiation / inhibition.
Genes participating in successive reactions are also connected. Signaling interactions are constructed from
Control
classes, where edges are drawn from controller
to controlled
.
All annotation attributes are exracted from XRefs
associated with the vertices, and are stored according to
MIRIAM guidelines (miraim.db
, where db is the database name).