Downloads a KEGG Pathway diagram as a PNG image.
Arguments
- pathway_id
Character: a KEGG Pathway identifier, e.g. "hsa04710". For a complete list of IDs see
kegg_pathway_list
.- path
Character: save the image to this path. If
NULL
, the image will be saved in the current directory under the name<pathway_id>.png
.