Learn R Programming

BiGGR (version 1.8.0)

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.

References

Thiele, I. et al. Nat Biotech, 2013

See Also

buildSBMLFromPathways getPathwaysForSBML

Examples

Run this code

data(Recon2)
pathways.recon2 <- extractPathways(Recon2)

Run the code above in your browser using DataLab