extractPathways {BiGGR} | R Documentation |
Extracts all pathway information from an rsbml document containing a metabolic reconstruction database (e.g. Recon2). The pathway information is parsed from the "<notes>" tag of each reaction.
extractPathways(database)
database |
an object of class |
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
.
If the reactions in the database document provided in the argument
database
do not contain any "<notes>" with tags with pathway information
indicated by the string "SUBSYSTEM", no pathway information can be extracted.
Anand Gavai, Hannes Hettling
Thiele, I. et al. Nat Biotech, 2013
buildSBMLFromPathways
getPathwaysForSBML
data(Recon2) pathways.recon2 <- extractPathways(Recon2)