kegg_open | R Documentation |
Open a KEGG Pathway diagram in the browser
kegg_open(pathway_id)
pathway_id |
Character: a KEGG Pathway identifier, e.g. "hsa04710".
For a complete list of IDs see |
To open URLs in the web browser the "browser" option must to be set to a
a valid executable. You can check the value of this option by
getOption("browser")
. If your browser is firefox and the executable
is located in the system path, you can set the option to point to it:
options(browser = "firefox")
. To make it a permanent setting, you
can also include this in your .Rprofile
file.
Returns NULL
.
kegg_pathway_list
kegg_picture
kegg_info
if(any(getOption('browser') != '')) kegg_open('hsa04710')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.