kegg_query | R Documentation |
Compile a query for the KEGG REST API
kegg_query(operation, ...)
operation |
Character: one of the KEGG REST API operations. |
... |
Arguments for the API operation, as defined in the templates
available by |
A list with the following elements:
operation - The KEGG API operation.
names - The names of the arguments.
query - The values of the arguments.
error - Error messages.
complete - Whether the query has all mandatory arguments.
Raises an error if fails to successfully compile a valid query.
kegg_query("conv", "compound", "pubchem")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.