Description Usage Arguments Value Author(s) See Also Examples
View source: R/downloadKEGGPathways.R
The function downloads all metabolic and non-metabolic pathways in KEGG XML format for a specified organism.
1 | downloadPathways(org, cache = TRUE, out.dir = NULL, zip = FALSE)
|
org |
Organism in KEGG three letter code, e.g. ‘hsa’ for ‘homo sapiens’. |
cache |
Logical. Should a locally cached version used if available?
Defaults to |
out.dir |
Output directory. If not null, pathways are written to files in the specified directory. |
zip |
Logical. In case pathways are written to file (‘out.dir’ is not null): should output files be zipped? |
if(is.null(out.dir)): a list of KEGGPathway objects else: none, as pathways are written to file
Ludwig Geistlinger <Ludwig.Geistlinger@sph.cuny.edu>
keggList
, keggGet
,
KEGGPathway
, parseKGML
1 2 3 |
pwys <- downloadPathways("hsa")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.