| keggLink {KEGGREST} | R Documentation |
Find related entries by using database cross-references.
keggLink(target, source)
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
http://www.kegg.jp/kegg/docs/keggapi.html
keggLink("pathway", "hsa") ## KEGG pathways linked from each of the human genes
## equivalent to 'get.genes.by.pathway' in KEGGSOAP
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
keggLink("hsa:126") ## LinkDB search shows all KEGG resources related to hsa:126