Description Usage Arguments Value Author(s) References See Also Examples
Given a KEGG pathway ko identifier, the functions query the KEGG PATHWAY database for all the pathway id or vice versa.
1 2 3 4 5 | get.ko.by.gene(genes.id)
get.ko.by.ko.class(ko.class.id)
get.genes.by.ko(ko.id, org)
get.kos.by.pathway(pathway.id)
get.pathways.by.kos(ko.id.list, org)
|
genes.id |
a vector of gene IDs |
ko.id |
a vector of ko IDs |
ko.class.id |
a vector of ko class IDs |
pathway.id |
|
ko.id.list |
|
org |
|
The functions return a vector or a named list of values depending on what the function is supposed to retrieve.
Kozo Nishida
http://www.kegg.jp/kegg/docs/keggapi.html
1 2 3 4 5 | ko <- get.ko.by.gene("eco:b0002")
ko <- get.ko.by.ko.class("00524")
genes <- get.genes.by.ko("ko:K12524", "eco")
kos <- get.kos.by.pathway("path:hsa00010")
pathways <- get.pathways.by.kos(c("ko:K00016","ko:K00382"), "hsa")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.