extractPathways:
Extract all pathways from given database
Description
Extracts all pathway information from an rsbml document containing a
metabolic reconstruction database (e.g. Recon2).
The pathway information is parsed from the "" tag of each reaction.
Usage
extractPathways(database)
Arguments
database
an object of class SBMLDocument
Value
a list with length being the number of reactions
in the database passed as argument each entry containing a character with the pathway
information and the reaction IDs as names. For reactions without
pathway annotation, the list will contain NA.