Description Usage Arguments Value Note Author(s) References See Also Examples
View source: R/extractPathways.R
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.
1 | 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
1 2 | data(Recon2)
pathways.recon2 <- extractPathways(Recon2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.