Description Usage Arguments Details Value Author(s) References Examples
Find related entries by using database cross-references.
| 1 | 
| target | Either the name of a single KEGG database (list available via
 | 
| source | The same as  | 
Many of the old KEGGSOAP functions whose names
started with 'get', such as get.pathways.by.genes and
get.pathways.by.reactions,
are replaced by using keggLink (see examples).
A named character vector.
Dan Tenenbaum
https://www.kegg.jp/kegg/docs/keggapi.html
| 1 2 3 4 5 6 7 8 9 10 11 | res <- keggLink("pathway", "hsa") ## KEGG pathways linked from each of
          ## the human genes equivalent to 'get.genes.by.pathway' in KEGGSOAP
length(res)
head(res)
res <- keggLink("hsa", "pathway") ## human genes linked from each of the
          ## KEGG pathways equivalent to 'get.pathways.by.genes' in KEGGSOAP
keggLink("pathway", c("hsa:10458", "ece:Z5100")) ## KEGG pathways
          ## linked from a human gene and an E. coli O157 gene
res <- keggLink("hsa:126") ## LinkDB search shows all KEGG
          ## resources related to hsa:126
head(res)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.