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. This is constructed from ListOfReactions
in SBML file, connecting them
to their corresponding substrates and products (ListOfSpecies
). Each reaction vertex has genes
attribute,
listing all modifiers
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. Since SBML format may
represent singling events as reaction
, all species are assumed to be genes (rather than small
molecules). For a simple path S0 -> R1 -> S1
, in signaling network, the path will be
S0 -> M(R1) -> S1
where M(R1)
is R1 modifier(s). To ditiguish gene species from small
molecules, user can provide gene.attr
(for example: miriam.uniprot
or miriam.ncbigene
)
where only annotated species are considered genes.
All annotation attributes written according to MIRIAM guidlines (either urn:miriam:xxx:xxx
or
http://identifiers.org/xxx/xxx
) are etxracted by default. Non-conforming attributes can be extracted
by specifying miriam.attr
.
To generate a genome scale network, simply provide a list of files to be parsed, or put all
file in a directory, as pass the directory path as filename
Note: This function requires libSBML installed (Please see the installation instructions in the Vignette).
Some SBML level-3 files may requires additional libraries also (An infomative error will be displayed when
parsing such files). Please visit http://sbml.org/Documents/Specifications/SBML_Level_3/Packages for
more information.