kegg_picture | R Documentation |
Downloads a KEGG Pathway diagram as a PNG image.
kegg_picture(pathway_id, path = NULL)
pathway_id |
Character: a KEGG Pathway identifier, e.g. "hsa04710".
For a complete list of IDs see |
path |
Character: save the image to this path. If |
Invisibly returns the path to the downloaded file.
kegg_pathway_list
kegg_pathway_list
kegg_open
kegg_info
kegg_picture('hsa04710')
kegg_picture('hsa04710', path = 'foo/bar')
kegg_picture('hsa04710', path = 'foo/bar/circadian.png')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.